revert src/ change per request
This commit is contained in:
parent
96d1e8af8e
commit
ab0d940f19
2 changed files with 2 additions and 2 deletions
|
|
@ -670,7 +670,7 @@ class RunImpl:
|
|||
elif isinstance(item, HandoffCallItem):
|
||||
event = RunItemStreamEvent(item=item, name="handoff_requested")
|
||||
elif isinstance(item, HandoffOutputItem):
|
||||
event = RunItemStreamEvent(item=item, name="handoff_occurred")
|
||||
event = RunItemStreamEvent(item=item, name="handoff_occured")
|
||||
elif isinstance(item, ToolCallItem):
|
||||
event = RunItemStreamEvent(item=item, name="tool_called")
|
||||
elif isinstance(item, ToolCallOutputItem):
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ class RunItemStreamEvent:
|
|||
name: Literal[
|
||||
"message_output_created",
|
||||
"handoff_requested",
|
||||
"handoff_occurred",
|
||||
"handoff_occured",
|
||||
"tool_called",
|
||||
"tool_output",
|
||||
"reasoning_item_created",
|
||||
|
|
|
|||
Loading…
Reference in a new issue