mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-26 11:35:02 +02:00
docs: minor typos (#760)
This commit is contained in:
@@ -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\"`)."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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\"`."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
@@ -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\"`."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user