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 90fa7b3 commit ce4b33dCopy full SHA for ce4b33d
tests/realtime/test_ga_session_update_normalization.py
@@ -4,11 +4,11 @@
4
from typing import Any, cast
5
6
import pytest
7
+from websockets.asyncio.client import ClientConnection
8
9
+from agents.realtime.config import RealtimeSessionModelSettings
10
from agents.realtime.model_inputs import RealtimeModelSendSessionUpdate
11
from agents.realtime.openai_realtime import OpenAIRealtimeWebSocketModel
-from agents.realtime.config import RealtimeSessionModelSettings
-from websockets.asyncio.client import ClientConnection
12
13
14
class _DummyWS:
0 commit comments