Fix execution count and streamline function call in langgraph_agent_simple notebook
This commit is contained in:
parent
cdc90c0b43
commit
a43ba0b600
|
|
@ -360,7 +360,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"cell_type": "code",
|
"cell_type": "code",
|
||||||
"execution_count": 18,
|
"execution_count": null,
|
||||||
"id": "53b89690",
|
"id": "53b89690",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [
|
"outputs": [
|
||||||
|
|
@ -445,7 +445,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"source": [
|
"source": [
|
||||||
"a = stream_graph_updates(user_input, graph)"
|
"stream_graph_updates(user_input, graph)"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue