Skip to content

Commit 7d63869

Browse files
chore: rename handle_result_status to _handle_continue_conversation
1 parent f3ca227 commit 7d63869

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/askui/models/shared/conversation.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -370,8 +370,8 @@ def _add_message(self, message: MessageParam) -> None:
370370
self.current_speaker.get_name(), message.model_dump(mode="json")
371371
)
372372

373-
@tracer.start_as_current_span("_handle_result_status")
374-
def _handle_result_status(self, result: SpeakerResult) -> bool:
373+
@tracer.start_as_current_span("_handle_continue_conversation")
374+
def _handle_continue_conversation(self, result: SpeakerResult) -> bool:
375375
"""Handle speaker result status and determine if loop should continue.
376376
377377
Args:

0 commit comments

Comments
 (0)