Skip to content

Commit

Permalink
Merge branch 'main' into wfh/concurrently
Browse files Browse the repository at this point in the history
  • Loading branch information
hinthornw authored Dec 5, 2024
2 parents 3514998 + 0c379d6 commit 518880c
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 @@ -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
- Command.PARENT: closest parent graph
update: update to apply to the graph's state.
resume: value to resume execution with. To be used together with [`interrupt()`][langgraph.types.interrupt].
goto: can be one of the following:
Expand Down

0 comments on commit 518880c

Please sign in to comment.