[PR #984] [MERGED] docs: add how-to on how to stream tokens from within a tool #1811

Closed
opened 2026-02-20 17:45:36 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/984
Author: @vbarda
Created: 7/10/2024
Status: Merged
Merged: 7/10/2024
Merged by: @vbarda

Base: mainHead: vb/add-how-to-stream-from-tool


📝 Commits (3)

  • a18836d docs: add how-to on how to stream tokens from within a tool
  • 9539104 cr
  • a9984cb remove confusing comment

📊 Changes

5 files changed (+468 additions, -105 deletions)

View changed files

📝 docs/_scripts/copy_notebooks.py (+1 -0)
📝 docs/docs/how-tos/index.md (+1 -0)
📝 docs/mkdocs.yml (+1 -0)
examples/streaming-events-from-within-tools-without-langchain.ipynb (+406 -0)
📝 examples/streaming-tokens-without-langchain.ipynb (+59 -105)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/langgraph/pull/984 **Author:** [@vbarda](https://github.com/vbarda) **Created:** 7/10/2024 **Status:** ✅ Merged **Merged:** 7/10/2024 **Merged by:** [@vbarda](https://github.com/vbarda) **Base:** `main` ← **Head:** `vb/add-how-to-stream-from-tool` --- ### 📝 Commits (3) - [`a18836d`](https://github.com/langchain-ai/langgraph/commit/a18836d8d3788481f06d646072265a2f1f49b952) docs: add how-to on how to stream tokens from within a tool - [`9539104`](https://github.com/langchain-ai/langgraph/commit/95391043f67d62a7c7055ec4c33ad7a0cf8fc672) cr - [`a9984cb`](https://github.com/langchain-ai/langgraph/commit/a9984cb41126e41a7898791328b7a2d55c62eedd) remove confusing comment ### 📊 Changes **5 files changed** (+468 additions, -105 deletions) <details> <summary>View changed files</summary> 📝 `docs/_scripts/copy_notebooks.py` (+1 -0) 📝 `docs/docs/how-tos/index.md` (+1 -0) 📝 `docs/mkdocs.yml` (+1 -0) ➕ `examples/streaming-events-from-within-tools-without-langchain.ipynb` (+406 -0) 📝 `examples/streaming-tokens-without-langchain.ipynb` (+59 -105) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-20 17:45:36 -05:00
yindo closed this issue 2026-02-20 17:45:37 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#1811