Skip to content

Commit

Permalink
Update libs/langgraph/langgraph/types.py
Browse files Browse the repository at this point in the history
Co-authored-by: Nuno Campos <[email protected]>
  • Loading branch information
vbarda and nfcampos authored Dec 5, 2024
1 parent 085395c commit 6caaa8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/langgraph/langgraph/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""

Expand Down

0 comments on commit 6caaa8c

Please sign in to comment.