[PR #273] [MERGED] Adds example of how to stream a structured final response from an agent #624

Closed
opened 2026-02-15 19:15:15 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/273
Author: @jacoblee93
Created: 7/19/2024
Status: Merged
Merged: 7/19/2024
Merged by: @jacoblee93

Base: mainHead: jacob/streaming_tool_call


📝 Commits (2)

  • 59b7d21 Adds example of how to stream a structured final response from an agent
  • 44e8f0b Fix CI by downgrading to 22.4.1

📊 Changes

2 files changed (+194 additions, -52 deletions)

View changed files

📝 .github/workflows/ci.yml (+9 -9)
📝 examples/how-tos/respond-in-format.ipynb (+185 -43)

📄 Description

Addresses #267


🔄 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/langgraphjs/pull/273 **Author:** [@jacoblee93](https://github.com/jacoblee93) **Created:** 7/19/2024 **Status:** ✅ Merged **Merged:** 7/19/2024 **Merged by:** [@jacoblee93](https://github.com/jacoblee93) **Base:** `main` ← **Head:** `jacob/streaming_tool_call` --- ### 📝 Commits (2) - [`59b7d21`](https://github.com/langchain-ai/langgraphjs/commit/59b7d217dd5f5c719dd0b6efe941b6bc42db95d4) Adds example of how to stream a structured final response from an agent - [`44e8f0b`](https://github.com/langchain-ai/langgraphjs/commit/44e8f0b54feab3887c24acfc1b8f957f501d9f89) Fix CI by downgrading to 22.4.1 ### 📊 Changes **2 files changed** (+194 additions, -52 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/ci.yml` (+9 -9) 📝 `examples/how-tos/respond-in-format.ipynb` (+185 -43) </details> ### 📄 Description Addresses #267 --- <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-15 19:15:15 -05:00
yindo closed this issue 2026-02-15 19:15:15 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraphjs#624