From 76992ded913229fc03e182d45091885e91c8cba0 Mon Sep 17 00:00:00 2001 From: Rohan Mehta Date: Fri, 30 May 2025 11:52:59 -0400 Subject: [PATCH] Add comment to handoff_occured misspelling --- src/agents/stream_events.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/agents/stream_events.py b/src/agents/stream_events.py index 111d0b951..a271e8acd 100644 --- a/src/agents/stream_events.py +++ b/src/agents/stream_events.py @@ -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",