mirror of
https://github.com/run-llama/openai_realtime_client.git
synced 2026-07-01 21:04:00 -04:00
Fix typo. But does this break anything?
With the typo, tests passed. So what exactly did this typo do
This commit is contained in:
@@ -78,7 +78,7 @@ class RealtimeClient:
|
||||
self.tools: List[AsyncBaseTool] = tools
|
||||
|
||||
# Track current response state
|
||||
self._current_response_idcurrent_response_id = None
|
||||
self._current_response_id = None
|
||||
self._current_item_id = None
|
||||
self._is_responding = False
|
||||
|
||||
|
||||
Reference in New Issue
Block a user