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 97afd86 commit 9e012daCopy full SHA for 9e012da
sdk/voice/speechmatics/voice/_turn.py
@@ -158,4 +158,4 @@ def __str__(self) -> str:
158
Returns:
159
String representation of the processor state.
160
"""
161
- return f"TurnTaskProcessor(name={self._name}, turn_id={self._handler_id}, tasks={self._tasks.keys()}, pending={self.has_pending_tasks})"
+ return f"TurnTaskProcessor(name={self._name}, handler_id={self._handler_id}, tasks={self._tasks.keys()}, pending={self.has_pending_tasks})"
0 commit comments