Update libs/langgraph/langgraph/types.py

Co-authored-by: Nuno Campos <nuno@langchain.dev>
This commit is contained in:
Vadym Barda
2024-12-04 19:16:26 -05:00
committed by GitHub
co-authored by Nuno Campos
parent 085395c824
commit 6caaa8cea7
+1 -1
View File
@@ -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
"""