mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-28 10:49:56 +02:00
Update libs/langgraph/langgraph/types.py
Co-authored-by: Nuno Campos <nuno@langchain.dev>
This commit is contained in:
co-authored by
Nuno Campos
parent
6caaa8cea7
commit
1a492f727c
@@ -251,7 +251,7 @@ class Command(Generic[N]):
|
||||
graph: graph to send the command to. Supported values are:
|
||||
- None: the current graph (default)
|
||||
- GraphCommand.PARENT: closest parent graph
|
||||
update: state update to apply to the graph's state at the current superstep.
|
||||
update: update to apply to the graph's state.
|
||||
resume: value to resume execution with. Will be used when `interrupt()` is called.
|
||||
goto: can be one of the following:
|
||||
- name of the node to navigate to next (any node that belongs to the specified `graph`)
|
||||
|
||||
Reference in New Issue
Block a user