Add comment to handoff_occured misspelling (#792)
People keep trying to fix this, but its a breaking change.
This commit is contained in:
parent
64383502dd
commit
cfe9099f3f
1 changed files with 1 additions and 0 deletions
|
|
@ -31,6 +31,7 @@ class RunItemStreamEvent:
|
|||
name: Literal[
|
||||
"message_output_created",
|
||||
"handoff_requested",
|
||||
# This is misspelled, but we can't change it because that would be a breaking change
|
||||
"handoff_occured",
|
||||
"tool_called",
|
||||
"tool_output",
|
||||
|
|
|
|||
Loading…
Reference in a new issue