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
+1
View File
@@ -159,6 +159,7 @@ nav:
- Stream events from within tools without LangChain models: how-tos/streaming-events-from-within-tools-without-langchain.ipynb
- Stream events from the final node: how-tos/streaming-from-final-node.ipynb
- Stream from subgraphs: how-tos/streaming-subgraphs.ipynb
- Disable streaming for models that don't support it: how-tos/disable-streaming.ipynb
- Tool calling:
- Call tools using ToolNode: how-tos/tool-calling.ipynb
- Handle tool calling errors: how-tos/tool-calling-errors.ipynb