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 1a492f7 commit 7651f1a
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 @@ -252,7 +252,7 @@ class Command(Generic[N]):
- None: the current graph (default)
- GraphCommand.PARENT: closest parent graph
update: update to apply to the graph's state.
resume: value to resume execution with. Will be used when `interrupt()` is called.
resume: value to resume execution with. To be used together with `interrupt()`.
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
Expand Down

0 comments on commit 7651f1a

Please sign in to comment.