diff --git a/libs/langgraph/langgraph/types.py b/libs/langgraph/langgraph/types.py index 28e5a5940..fcfd99318 100644 --- a/libs/langgraph/langgraph/types.py +++ b/libs/langgraph/langgraph/types.py @@ -256,7 +256,7 @@ class Command(Generic[N]): goto: can be one of the following: - name of the node to navigate to next (any node that belongs to the specified `graph`) - list of node names to navigate to next - - `Send` object + - `Send` object (to execute a node with the input provided) - sequence of `Send` objects """