[PR #37] [MERGED] feat: Add a name property value to ToolMessage #74

Closed
opened 2026-02-16 06:17:05 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/deepagentsjs/pull/37
Author: @wuchangming
Created: 9/28/2025
Status: Merged
Merged: 9/29/2025
Merged by: @christian-bromann

Base: cb/createAgent-migrationHead: cb/createAgent-migration


📝 Commits (3)

  • 14b1e9a feat: Add a name property value to ToolMessage
  • 9c17af7 Merge branch 'langchain-ai:cb/createAgent-migration' into cb/createAgent-migration
  • 555eae7 fix: use tool name instead of subagent name in task execution messages

📊 Changes

3 files changed (+5 additions, -0 deletions)

View changed files

📝 src/middleware/fs.ts (+2 -0)
📝 src/middleware/todo.ts (+1 -0)
📝 src/subAgent.ts (+2 -0)

📄 Description

Add an explicit name attribute to tools and guarantee a non-undefined fallback when absent; this is fully backward-compatible.


🔄 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/deepagentsjs/pull/37 **Author:** [@wuchangming](https://github.com/wuchangming) **Created:** 9/28/2025 **Status:** ✅ Merged **Merged:** 9/29/2025 **Merged by:** [@christian-bromann](https://github.com/christian-bromann) **Base:** `cb/createAgent-migration` ← **Head:** `cb/createAgent-migration` --- ### 📝 Commits (3) - [`14b1e9a`](https://github.com/langchain-ai/deepagentsjs/commit/14b1e9aa6ca0634a2af756b0648e69e0ff4260d4) feat: Add a name property value to ToolMessage - [`9c17af7`](https://github.com/langchain-ai/deepagentsjs/commit/9c17af76e5033d0949d2dae4fa8a56877571dd2d) Merge branch 'langchain-ai:cb/createAgent-migration' into cb/createAgent-migration - [`555eae7`](https://github.com/langchain-ai/deepagentsjs/commit/555eae7d52e73fed0809a5788be37fea12f66844) fix: use tool name instead of subagent name in task execution messages ### 📊 Changes **3 files changed** (+5 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/middleware/fs.ts` (+2 -0) 📝 `src/middleware/todo.ts` (+1 -0) 📝 `src/subAgent.ts` (+2 -0) </details> ### 📄 Description Add an explicit name attribute to tools and guarantee a non-undefined fallback when absent; this is fully backward-compatible. --- <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-16 06:17:05 -05:00
yindo closed this issue 2026-02-16 06:17:05 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/deepagentsjs#74