diff --git a/libs/langgraph/langgraph/types.py b/libs/langgraph/langgraph/types.py index 3eb4536aa..868139df1 100644 --- a/libs/langgraph/langgraph/types.py +++ b/libs/langgraph/langgraph/types.py @@ -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: