mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-29 22:46:27 +00:00
docs: Update streaming.ipynb (#19500)
Fixed typo. occuring -> occurring
This commit is contained in:
parent
91f4c80143
commit
980658cb47
@ -372,7 +372,7 @@
|
||||
"source": [
|
||||
"## Custom Streaming With Events\n",
|
||||
"\n",
|
||||
"Use the `astream_events` API in case the default behavior of *stream* does not work for your application (e.g., if you need to stream individual tokens from the agent or surface steps occuring **within** tools).\n",
|
||||
"Use the `astream_events` API in case the default behavior of *stream* does not work for your application (e.g., if you need to stream individual tokens from the agent or surface steps occurring **within** tools).\n",
|
||||
"\n",
|
||||
"⚠️ This is a **beta** API, meaning that some details might change slightly in the future based on usage.\n",
|
||||
"⚠️ To make sure all callbacks work properly, use `async` code throughout. Try avoiding mixing in sync versions of code (e.g., sync versions of tools).\n",
|
||||
|
Loading…
Reference in New Issue
Block a user