[PR #411] [MERGED] langgraph[patch]: Relax tool node generic #735

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/411
Author: @bracesproul
Created: 8/28/2024
Status: Merged
Merged: 8/28/2024
Merged by: @jacoblee93

Base: mainHead: jacob/tool_node


📝 Commits (10+)

📊 Changes

3 files changed (+110 additions, -18 deletions)

View changed files

📝 examples/quickstart.ipynb (+1 -1)
📝 libs/langgraph/src/prebuilt/tool_node.ts (+12 -16)
📝 libs/langgraph/src/tests/prebuilt.test.ts (+97 -1)

📄 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/411 **Author:** [@bracesproul](https://github.com/bracesproul) **Created:** 8/28/2024 **Status:** ✅ Merged **Merged:** 8/28/2024 **Merged by:** [@jacoblee93](https://github.com/jacoblee93) **Base:** `main` ← **Head:** `jacob/tool_node` --- ### 📝 Commits (10+) - [`dd240cf`](https://github.com/langchain-ai/langgraphjs/commit/dd240cf45ce73234ef04b66abe691c528c8d94b1) Relax tool node generic requiremenet - [`4fc252e`](https://github.com/langchain-ai/langgraphjs/commit/4fc252e84fb2a4f56706f5015c24777649e59542) Narrow type - [`93997ac`](https://github.com/langchain-ai/langgraphjs/commit/93997acb6f155ac97d00e267207e4a4704d842b2) Adds more advanced test - [`425dab6`](https://github.com/langchain-ai/langgraphjs/commit/425dab6fa2b21511085840f2108d5d4c85a34009) Format - [`476782c`](https://github.com/langchain-ai/langgraphjs/commit/476782ce371cf284ad1508140e047626f52126b4) Update validate ntbk - [`c900155`](https://github.com/langchain-ai/langgraphjs/commit/c9001554cbd913df3a658f5bdd24427b9590fb5a) drop branches main - [`dc312df`](https://github.com/langchain-ai/langgraphjs/commit/dc312dfe86a579faa4ffdde4e2b8a6ff1ce31863) update paths - [`a7e31da`](https://github.com/langchain-ai/langgraphjs/commit/a7e31da49dc33f41f7af2a42e6697b33cc11f73e) Merge branch 'main' into jacob/tool_node - [`5ceb55a`](https://github.com/langchain-ai/langgraphjs/commit/5ceb55a5de2d47aaa4981d29056322cba1fd1fa3) Fix - [`a8d8978`](https://github.com/langchain-ai/langgraphjs/commit/a8d8978c98ef7ea80895f5beb14f9ca3646a167c) Merge branch 'jacob/tool_node' of https://github.com/langchain-ai/langgraphjs into jacob/tool_node ### 📊 Changes **3 files changed** (+110 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `examples/quickstart.ipynb` (+1 -1) 📝 `libs/langgraph/src/prebuilt/tool_node.ts` (+12 -16) 📝 `libs/langgraph/src/tests/prebuilt.test.ts` (+97 -1) </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:15:42 -05:00
yindo closed this issue 2026-02-15 19:15:43 -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#735