diff --git a/docs/docs/how-tos/assets/graph_api_image_11.png b/docs/docs/how-tos/assets/graph_api_image_11.png new file mode 100644 index 000000000..faec2d5f1 Binary files /dev/null and b/docs/docs/how-tos/assets/graph_api_image_11.png differ diff --git a/docs/docs/how-tos/graph-api.md b/docs/docs/how-tos/graph-api.md index 62311c3e5..7336faa35 100644 --- a/docs/docs/how-tos/graph-api.md +++ b/docs/docs/how-tos/graph-api.md @@ -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.