From 1a492f727c12d1c1dfcd5719d82c026e67ca6f2c Mon Sep 17 00:00:00 2001 From: Vadym Barda Date: Wed, 4 Dec 2024 19:16:33 -0500 Subject: [PATCH] Update libs/langgraph/langgraph/types.py Co-authored-by: Nuno Campos --- 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 fcfd99318..6503bde3b 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 - update: state update to apply to the graph's state at the current superstep. + update: update to apply to the graph's state. resume: value to resume execution with. Will be used when `interrupt()` is called. goto: can be one of the following: - name of the node to navigate to next (any node that belongs to the specified `graph`)