From 0c379d6cc7c6465efa73f54348297df5dcce0eb9 Mon Sep 17 00:00:00 2001 From: Vadym Barda Date: Thu, 5 Dec 2024 17:55:25 -0500 Subject: [PATCH] fix docstring (#2660) --- libs/langgraph/langgraph/types.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: