Skip to content

Commit 2a1b17f

Browse files
committed
fix: correct typo in handoff_occurred event name
1 parent 01f29aa commit 2a1b17f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/agents/stream_events.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class RunItemStreamEvent:
3131
name: Literal[
3232
"message_output_created",
3333
"handoff_requested",
34-
"handoff_occured",
34+
"handoff_occurred",
3535
"tool_called",
3636
"tool_output",
3737
"reasoning_item_created",

0 commit comments

Comments
 (0)