docs: add streaming from within a tool (#807)

This commit is contained in:
Vadym Barda
2024-06-25 15:23:18 -04:00
committed by GitHub
parent 11bf3bde54
commit c13e755c15
4 changed files with 294 additions and 0 deletions
+1
View File
@@ -37,6 +37,7 @@ These guides show how to use different streaming modes.
- [How to stream LLM tokens](streaming-tokens.ipynb)
- [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)
## Other
- [How to run graph asynchronously](async.ipynb)