Skip to content

Commit 572c7bf

Browse files
docs: fix typo in comment for WS event handler (#3050)
1 parent 0661c9e commit 572c7bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/agents/realtime/openai_realtime.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1010,7 +1010,7 @@ def _error_matches_pending_response_create(self, error: Any) -> bool:
10101010

10111011
async def _handle_ws_event(self, event: dict[str, Any]):
10121012
await self._emit_event(RealtimeModelRawServerEvent(data=event))
1013-
# The public interface definedo on this Agents SDK side (e.g., RealtimeMessageItem)
1013+
# The public interface defined on this Agents SDK side (e.g., RealtimeMessageItem)
10141014
# must be the same even after the GA migration, so this part does the conversion
10151015
if isinstance(event, dict) and event.get("type") in (
10161016
"response.output_item.added",

0 commit comments

Comments
 (0)