[PR #1798] [MERGED] fix(sdk): do not get rid of tool_call_chunks when deserialising messages from stream #1735

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/1798
Author: @dqbd
Created: 11/27/2025
Status: Merged
Merged: 12/3/2025
Merged by: @dqbd

Base: mainHead: dqbd/sdk-fix-tool-call-streaming


📝 Commits (3)

  • da8b44e fix(sdk): do not get rid of tool_call_chunks when deserialising messages from stream
  • 6dc6f85 Add changeset
  • 920c088 Upgrade dev dependency to latest @langchain/core

📊 Changes

5 files changed (+286 additions, -11 deletions)

View changed files

.changeset/brave-views-create.md (+5 -0)
📝 libs/sdk/package.json (+1 -1)
libs/sdk/src/tests/messages.test.ts (+227 -0)
📝 libs/sdk/src/ui/messages.ts (+31 -4)
📝 yarn.lock (+22 -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/1798 **Author:** [@dqbd](https://github.com/dqbd) **Created:** 11/27/2025 **Status:** ✅ Merged **Merged:** 12/3/2025 **Merged by:** [@dqbd](https://github.com/dqbd) **Base:** `main` ← **Head:** `dqbd/sdk-fix-tool-call-streaming` --- ### 📝 Commits (3) - [`da8b44e`](https://github.com/langchain-ai/langgraphjs/commit/da8b44e64ce88dbe704b5ae86c8b7cd755ee1390) fix(sdk): do not get rid of tool_call_chunks when deserialising messages from stream - [`6dc6f85`](https://github.com/langchain-ai/langgraphjs/commit/6dc6f8572f95fea16ee324dc98432e15575e1883) Add changeset - [`920c088`](https://github.com/langchain-ai/langgraphjs/commit/920c0882b29621f9ddb4d02d2c9553b796b8fe25) Upgrade dev dependency to latest @langchain/core ### 📊 Changes **5 files changed** (+286 additions, -11 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/brave-views-create.md` (+5 -0) 📝 `libs/sdk/package.json` (+1 -1) ➕ `libs/sdk/src/tests/messages.test.ts` (+227 -0) 📝 `libs/sdk/src/ui/messages.ts` (+31 -4) 📝 `yarn.lock` (+22 -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 20:16:40 -05:00
yindo closed this issue 2026-02-15 20: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#1735