Fix execution count and streamline function call in langgraph_agent_simple notebook

This commit is contained in:
acano 2026-03-02 12:45:57 +01:00
parent cdc90c0b43
commit a43ba0b600
1 changed files with 2 additions and 2 deletions

View File

@ -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)"
]
},
{