docs fixes (#1620)

This commit is contained in:
Isaac Francisco
2024-09-05 12:03:55 -04:00
committed by GitHub
parent 7e83cda0b5
commit b34bfe165a
9 changed files with 3 additions and 52 deletions
+1 -1
View File
@@ -573,7 +573,7 @@
],
"source": [
"events = graph.stream(\n",
" [HumanMessage(content=\"How should we handle the climate crisis?\")],\n",
" {\"messages\": [(\"user\", \"How should we handle the climate crisis?\")]},\n",
" stream_mode=\"values\",\n",
")\n",
"for i, step in enumerate(events):\n",