[PR #363] [MERGED] Harrison/add args #1411

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/363
Author: @hwchase17
Created: 4/29/2024
Status: Merged
Merged: 5/2/2024
Merged by: @nfcampos

Base: mainHead: harrison/add-args


📝 Commits (5)

📊 Changes

3 files changed (+143 additions, -7 deletions)

View changed files

📝 langgraph/prebuilt/chat_agent_executor.py (+45 -7)
📝 langgraph/version.py (+1 -0)
tests/test_prebuilt.py (+97 -0)

📄 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/langgraph/pull/363 **Author:** [@hwchase17](https://github.com/hwchase17) **Created:** 4/29/2024 **Status:** ✅ Merged **Merged:** 5/2/2024 **Merged by:** [@nfcampos](https://github.com/nfcampos) **Base:** `main` ← **Head:** `harrison/add-args` --- ### 📝 Commits (5) - [`d12c2ba`](https://github.com/langchain-ai/langgraph/commit/d12c2bae6b4a9aeebc3953fa65e9b312504f094f) add arguments to chat agent executor - [`a32fe44`](https://github.com/langchain-ai/langgraph/commit/a32fe442f0eb9ceff5d70a3f4412a98cde512900) cr - [`aa48a3b`](https://github.com/langchain-ai/langgraph/commit/aa48a3be3d3a467d374cb3c4cf2ad3856779e283) cr - [`97f3d66`](https://github.com/langchain-ai/langgraph/commit/97f3d66c0e6642e1b31ce0d2d3cfa7b1d78c8a97) cr - [`dea85d2`](https://github.com/langchain-ai/langgraph/commit/dea85d236cfa6ef66b664016821e4c0ef6fa4b15) Merge branch 'master' into harrison/add-args ### 📊 Changes **3 files changed** (+143 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `langgraph/prebuilt/chat_agent_executor.py` (+45 -7) 📝 `langgraph/version.py` (+1 -0) ➕ `tests/test_prebuilt.py` (+97 -0) </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-20 17:44:39 -05:00
yindo closed this issue 2026-02-20 17:44:39 -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#1411