mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-25 00:52:25 +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
085395c824
commit
6caaa8cea7
@@ -256,7 +256,7 @@ class Command(Generic[N]):
|
||||
goto: can be one of the following:
|
||||
- name of the node to navigate to next (any node that belongs to the specified `graph`)
|
||||
- list of node names to navigate to next
|
||||
- `Send` object
|
||||
- `Send` object (to execute a node with the input provided)
|
||||
- sequence of `Send` objects
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user