docs: Update streaming.ipynb (#19500)

Fixed typo.

occuring -> occurring
This commit is contained in:
Ikko Eltociear Ashimine 2024-03-26 08:21:45 +09:00 committed by GitHub
parent 91f4c80143
commit 980658cb47
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",