Skip to content

Commit bfd6cfb

Browse files
Apply suggestion from @sydney-runkle
1 parent 56f1f88 commit bfd6cfb

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/oss/langgraph/graph-api.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)