fix docstring (#2660)

This commit is contained in:
Vadym Barda
2024-12-05 17:55:25 -05:00
committed by GitHub
parent 0f0e31df24
commit 0c379d6cc7
+1 -1
View File
@@ -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: