docs: add how-to on how to stream tokens from within a tool (#984)

This commit is contained in:
Vadym Barda
2024-07-10 12:16:18 -04:00
committed by GitHub
parent 4849501ccf
commit a3a9c6ceed
5 changed files with 468 additions and 105 deletions
+1
View File
@@ -51,6 +51,7 @@ These guides show how to use different streaming modes.
- [How to stream arbitrarily nested content](streaming-content.ipynb)
- [How to configure multiple streaming modes at the same time](stream-multiple.ipynb)
- [How to stream events from within a tool](streaming-events-from-within-tools.ipynb)
- [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)
## Other