From a43ba0b60059c033ee3c55275e66c3bd3bbfd085 Mon Sep 17 00:00:00 2001 From: acano Date: Mon, 2 Mar 2026 12:45:57 +0100 Subject: [PATCH] Fix execution count and streamline function call in langgraph_agent_simple notebook --- notebooks/langgraph_agent_simple.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notebooks/langgraph_agent_simple.ipynb b/notebooks/langgraph_agent_simple.ipynb index b5905b2..948d1eb 100644 --- a/notebooks/langgraph_agent_simple.ipynb +++ b/notebooks/langgraph_agent_simple.ipynb @@ -360,7 +360,7 @@ }, { "cell_type": "code", - "execution_count": 18, + "execution_count": null, "id": "53b89690", "metadata": {}, "outputs": [ @@ -445,7 +445,7 @@ } ], "source": [ - "a = stream_graph_updates(user_input, graph)" + "stream_graph_updates(user_input, graph)" ] }, {