mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-08 18:57:52 +02:00
sdk-py: Add values to Thread schema
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user