[PR #1810] [MERGED] langgraph[patch]: remove stringify of tool msg contnt #2311

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/1810
Author: @baskaryan
Created: 9/23/2024
Status: Merged
Merged: 9/23/2024
Merged by: @vbarda

Base: mainHead: bagatur/rm_tool_content_stringify


📝 Commits (6)

📊 Changes

2 files changed (+46 additions, -5 deletions)

View changed files

📝 libs/langgraph/langgraph/prebuilt/tool_node.py (+18 -5)
📝 libs/langgraph/tests/test_prebuilt.py (+28 -0)

📄 Description

BaseTool should correctly handle this as of https://github.com/langchain-ai/langchain/pull/24626 (langchain-core 0.2.27)


🔄 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/1810 **Author:** [@baskaryan](https://github.com/baskaryan) **Created:** 9/23/2024 **Status:** ✅ Merged **Merged:** 9/23/2024 **Merged by:** [@vbarda](https://github.com/vbarda) **Base:** `main` ← **Head:** `bagatur/rm_tool_content_stringify` --- ### 📝 Commits (6) - [`3d03d51`](https://github.com/langchain-ai/langgraph/commit/3d03d512f1b4464eb158ba7928c5789e9f803605) langgraph[patch]: remove stringify of tool msg contnt - [`dc5e6df`](https://github.com/langchain-ai/langgraph/commit/dc5e6df8ed39a6606c12383e328cf8fb6254b464) fix - [`5bba6ba`](https://github.com/langchain-ai/langgraph/commit/5bba6baf9629337d451144f31805f379afaabc66) lint - [`3c20da9`](https://github.com/langchain-ai/langgraph/commit/3c20da9bceb4534b605d1c55b9d039499da55423) Merge branch 'main' into bagatur/rm_tool_content_stringify - [`58018e2`](https://github.com/langchain-ai/langgraph/commit/58018e2b7788e6eace394bf9bc39f0571b6cbebf) nit - [`dca48e0`](https://github.com/langchain-ai/langgraph/commit/dca48e02ba5581cf2bc36333708e1ac181a401ee) nit ### 📊 Changes **2 files changed** (+46 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `libs/langgraph/langgraph/prebuilt/tool_node.py` (+18 -5) 📝 `libs/langgraph/tests/test_prebuilt.py` (+28 -0) </details> ### 📄 Description BaseTool should correctly handle this as of https://github.com/langchain-ai/langchain/pull/24626 (langchain-core 0.2.27) --- <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:46:47 -05:00
yindo closed this issue 2026-02-20 17:46:47 -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#2311