Ask a question to get started
Enter to sendā¢Shift+Enter new line
update_state( self, config: RunnableConfig, values: dict[str, Any] | Any
config
RunnableConfig
A RunnableConfig that includes thread_id in the configurable field.
thread_id
configurable
values
dict[str, Any] | Any | None
Values to update to the state.
as_node
str | None
None
Update the state of a thread.
This method calls POST /threads/{thread_id}/state.
POST /threads/{thread_id}/state
Update the state as if this node had just executed.