mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-17 21:25:46 +02:00
docs(graphapi): update the graph image for the "Combine control flow and state updates with Command" example (#5626)
The example had the node names as - node_a, node_b & node_c. But the graph shows the image of generate_topics. This change includes the addition of complete & accurate graph. --------- Co-authored-by: Eugene Yurtsev <eyurtsev@gmail.com>
This commit is contained in:
co-authored by
Eugene Yurtsev
parent
62c3bbc9fe
commit
f8eb4244e0
Binary file not shown.
|
After Width: | Height: | Size: 10 KiB |
@@ -1632,7 +1632,7 @@ from IPython.display import display, Image
|
||||
display(Image(graph.get_graph().draw_mermaid_png()))
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
If we run the graph multiple times, we'd see it take different paths (A -> B or A -> C) based on the random choice in node A.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user