Add comment to handoff_occured misspelling (#792)

People keep trying to fix this, but its a breaking change.
This commit is contained in:
Rohan Mehta 2025-05-30 14:41:54 -04:00 committed by GitHub
parent 64383502dd
commit cfe9099f3f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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",