File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1043,10 +1043,10 @@ graph.addConditionalEdges("nodeA", (state) => {
10431043
10441044@[ ` Command ` ] is a versatile primitive for controlling graph execution. It accepts four parameters:
10451045
1046- - ** ` update ` ** : Apply state updates (similar to returning updates from a node).
1047- - ** ` goto ` ** : Navigate to specific nodes (similar to [ conditional edges] ( #conditional-edges ) ).
1048- - ** ` graph ` ** : Target a parent graph when navigating from [ subgraphs] ( /oss/langgraph/use-subgraphs ) .
1049- - ** ` resume ` ** : Provide a value to resume execution after an [ interrupt] ( /oss/langgraph/interrupts ) .
1046+ - ` update ` : Apply state updates (similar to returning updates from a node).
1047+ - ` goto ` : Navigate to specific nodes (similar to [ conditional edges] ( #conditional-edges ) ).
1048+ - ` graph ` : Target a parent graph when navigating from [ subgraphs] ( /oss/langgraph/use-subgraphs ) .
1049+ - ` resume ` : Provide a value to resume execution after an [ interrupt] ( /oss/langgraph/interrupts ) .
10501050
10511051` Command ` is used in three contexts:
10521052
You can’t perform that action at this time.
0 commit comments