sdk-py: Add values to Thread schema

This commit is contained in:
Nuno Campos
2024-08-27 08:42:55 -07:00
parent c88d289a73
commit 8c2fefcb28
+2
View File
@@ -85,6 +85,8 @@ class Thread(TypedDict):
"""The thread metadata."""
status: ThreadStatus
"""The status of the thread, one of 'idle', 'busy', 'interrupted'."""
values: dict
"""The current state of the thread."""
class ThreadState(TypedDict):