docs: add docs on disabling streaming (#1775)

This commit is contained in:
Isaac Francisco
2024-09-23 18:01:19 -04:00
committed by GitHub
parent 434e7519bc
commit d2d5e9f655
3 changed files with 217 additions and 0 deletions
File diff suppressed because one or more lines are too long
+1
View File
@@ -56,6 +56,7 @@ These guides show how to use different streaming modes.
- [How to stream events from within a tool without LangChain models](streaming-events-from-within-tools-without-langchain.ipynb)
- [How to stream events from the final node](streaming-from-final-node.ipynb)
- [How to stream from subgraphs](streaming-subgraphs.ipynb)
- [How to disable streaming for models that don't support it](disable-streaming.ipynb)
## Tool calling