We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6438350 commit cfe9099Copy full SHA for cfe9099
src/agents/stream_events.py
@@ -31,6 +31,7 @@ class RunItemStreamEvent:
31
name: Literal[
32
"message_output_created",
33
"handoff_requested",
34
+ # This is misspelled, but we can't change it because that would be a breaking change
35
"handoff_occured",
36
"tool_called",
37
"tool_output",
0 commit comments