We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc76021 commit 9a993f2Copy full SHA for 9a993f2
src/openai/resources/realtime/realtime.py
@@ -232,7 +232,7 @@ def calls(self) -> AsyncCallsWithStreamingResponse:
232
233
234
class AsyncRealtimeConnection:
235
- """Represents a live websocket connection to the Realtime API"""
+ """Represents a live WebSocket connection to the Realtime API"""
236
237
session: AsyncRealtimeSessionResource
238
response: AsyncRealtimeResponseResource
@@ -421,7 +421,7 @@ async def __aexit__(
421
422
423
class RealtimeConnection:
424
425
426
session: RealtimeSessionResource
427
response: RealtimeResponseResource
0 commit comments