Fix typo. But does this break anything?

With the typo, tests passed. So what exactly did this typo do
This commit is contained in:
Daniel Chin
2024-10-21 23:21:14 +04:00
committed by GitHub
parent b5dfc0764d
commit bfeb843572
@@ -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