This commit is contained in:
vbarda
2024-12-04 19:04:42 -05:00
parent 19a6e894eb
commit 085395c824
4 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -380,7 +380,7 @@ def my_node(state: State) -> Command[Literal["my_other_node", "__end__"]]:
return Command(goto="__end__")
```
Check out this [how-to guide](../how-tos/graph-command.ipynb) for an end-to-end example of how to use `Command`.
Check out this [how-to guide](../how-tos/command.ipynb) for an end-to-end example of how to use `Command`.
## Persistence