[PR #260] [MERGED] minor: Allow RunnableToolLike #613

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/260
Author: @bracesproul
Created: 7/16/2024
Status: Merged
Merged: 7/16/2024
Merged by: @bracesproul

Base: mainHead: brace/allow-RunnableToolLike


📝 Commits (2)

📊 Changes

6 files changed (+115 additions, -16 deletions)

View changed files

📝 langgraph/src/prebuilt/chat_agent_executor.ts (+8 -4)
📝 langgraph/src/prebuilt/react_agent_executor.ts (+6 -3)
📝 langgraph/src/prebuilt/tool_executor.ts (+6 -5)
📝 langgraph/src/prebuilt/tool_node.ts (+4 -4)
📝 langgraph/src/tests/prebuilt.int.test.ts (+35 -0)
📝 langgraph/src/tests/prebuilt.test.ts (+56 -0)

📄 Description

Updated tool input types to also allow RunnableToolLike
Updated all instances of inputs for StructuredTool with StructuredToolInterface


🔄 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/260 **Author:** [@bracesproul](https://github.com/bracesproul) **Created:** 7/16/2024 **Status:** ✅ Merged **Merged:** 7/16/2024 **Merged by:** [@bracesproul](https://github.com/bracesproul) **Base:** `main` ← **Head:** `brace/allow-RunnableToolLike` --- ### 📝 Commits (2) - [`bfa7482`](https://github.com/langchain-ai/langgraphjs/commit/bfa74824ccbb38c0ed981f12776fff22940c2c67) minor: Allow RunnableToolLike - [`b91858e`](https://github.com/langchain-ai/langgraphjs/commit/b91858ed9c1daa7cba9ae9bf0649fb7c1559f0bb) cr ### 📊 Changes **6 files changed** (+115 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `langgraph/src/prebuilt/chat_agent_executor.ts` (+8 -4) 📝 `langgraph/src/prebuilt/react_agent_executor.ts` (+6 -3) 📝 `langgraph/src/prebuilt/tool_executor.ts` (+6 -5) 📝 `langgraph/src/prebuilt/tool_node.ts` (+4 -4) 📝 `langgraph/src/tests/prebuilt.int.test.ts` (+35 -0) 📝 `langgraph/src/tests/prebuilt.test.ts` (+56 -0) </details> ### 📄 Description Updated tool input types to also allow `RunnableToolLike` Updated all instances of inputs for `StructuredTool` with `StructuredToolInterface` --- <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:13 -05:00
yindo closed this issue 2026-02-15 19:15:13 -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#613