[PR #745] [MERGED] fix(langgraph): Fix chat model streaming for streamMode messages #983

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/745
Author: @jacoblee93
Created: 12/16/2024
Status: Merged
Merged: 12/16/2024
Merged by: @jacoblee93

Base: mainHead: jacob/message_streaming


📝 Commits (2)

  • 84d889d Fix chat model streaming for streamMode messages
  • 6bcb77b Fix test

📊 Changes

5 files changed (+70 additions, -87 deletions)

View changed files

📝 examples/package.json (+1 -1)
📝 libs/langgraph/package.json (+1 -1)
📝 libs/langgraph/src/pregel/messages.ts (+4 -0)
📝 libs/langgraph/src/tests/pregel.test.ts (+58 -79)
📝 yarn.lock (+6 -6)

📄 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/langgraphjs/pull/745 **Author:** [@jacoblee93](https://github.com/jacoblee93) **Created:** 12/16/2024 **Status:** ✅ Merged **Merged:** 12/16/2024 **Merged by:** [@jacoblee93](https://github.com/jacoblee93) **Base:** `main` ← **Head:** `jacob/message_streaming` --- ### 📝 Commits (2) - [`84d889d`](https://github.com/langchain-ai/langgraphjs/commit/84d889d9e2b162b6e2dcb084edfbe1d5380e849c) Fix chat model streaming for streamMode messages - [`6bcb77b`](https://github.com/langchain-ai/langgraphjs/commit/6bcb77b7913ace3fe39fd4114e59aa159f092879) Fix test ### 📊 Changes **5 files changed** (+70 additions, -87 deletions) <details> <summary>View changed files</summary> 📝 `examples/package.json` (+1 -1) 📝 `libs/langgraph/package.json` (+1 -1) 📝 `libs/langgraph/src/pregel/messages.ts` (+4 -0) 📝 `libs/langgraph/src/tests/pregel.test.ts` (+58 -79) 📝 `yarn.lock` (+6 -6) </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-15 19:16:40 -05:00
yindo closed this issue 2026-02-15 19:16:40 -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#983