docs: minor typos (#760)

This commit is contained in:
Vadym Barda
2024-06-21 20:07:28 -04:00
committed by GitHub
parent 44510532ee
commit 571f1bac27
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
"metadata": {},
"source": [
"# How to Stream Debug Events\n",
"This notebook covers how to stream debug events from your graph (`streaming_mode=\"debug\"`)."
"This notebook covers how to stream debug events from your graph (`stream_mode=\"debug\"`)."
]
},
{
+1 -1
View File
@@ -5,7 +5,7 @@
"metadata": {},
"source": [
"# How to Stream Events\n",
"This notebook covers how to stream events from your graph (`streaming_mode=\"events\"`). Depending on the use case and user experience of your LangGraph application, your application may process event types differently."
"This notebook covers how to stream events from your graph (`stream_mode=\"events\"`). Depending on the use case and user experience of your LangGraph application, your application may process event types differently."
]
},
{
@@ -14,7 +14,7 @@
"- `messages`: This streaming mode streams back messages - both complete messages (at the end of a node) as well as **tokens** for any messages generated inside a node. This mode is primarily meant for powering chat applications.\n",
"\n",
"\n",
"This notebook covers `streaming_mode=\"messages\"`.\n",
"This notebook covers `stream_mode=\"messages\"`.\n",
"\n",
"In order to use this mode, the state of the graph you are interacting with MUST have a messages key that is a list of messages.\n",
"Eg, the state should look something like:\n",
+1 -1
View File
@@ -14,7 +14,7 @@
"- `messages`: This streaming mode streams back messages - both complete messages (at the end of a node) as well as **tokens** for any messages generated inside a node. This mode is primarily meant for powering chat applications.\n",
"\n",
"\n",
"This notebook covers `streaming_mode=\"updates\"`."
"This notebook covers `stream_mode=\"updates\"`."
]
},
{
+1 -1
View File
@@ -14,7 +14,7 @@
"- `messages`: This streaming mode streams back messages - both complete messages (at the end of a node) as well as **tokens** for any messages generated inside a node. This mode is primarily meant for powering chat applications.\n",
"\n",
"\n",
"This notebook covers `streaming_mode=\"values\"`."
"This notebook covers `stream_mode=\"values\"`."
]
},
{