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:
Sakshi Gupta
2025-07-31 19:52:55 +00:00
committed by GitHub
co-authored by Eugene Yurtsev
parent 62c3bbc9fe
commit f8eb4244e0
2 changed files with 1 additions and 1 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

+1 -1
View File
@@ -1632,7 +1632,7 @@ from IPython.display import display, Image
display(Image(graph.get_graph().draw_mermaid_png()))
```
![Command-based graph navigation](assets/graph_api_image_6.png)
![Command-based graph navigation](assets/graph_api_image_11.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.