[PR #1780] [MERGED] Add return_direct support #2295

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/1780
Author: @hinthornw
Created: 9/20/2024
Status: Merged
Merged: 9/20/2024
Merged by: @hinthornw

Base: mainHead: wfh/return_direct


📝 Commits (2)

  • 6d3bd67 Add return_direct support
  • 268ca02 Merge branch 'main' into wfh/return_direct

📊 Changes

3 files changed (+146 additions, -39 deletions)

View changed files

📝 libs/langgraph/langgraph/prebuilt/chat_agent_executor.py (+21 -24)
📝 libs/langgraph/tests/__snapshots__/test_pregel.ambr (+2 -4)
📝 libs/langgraph/tests/test_prebuilt.py (+123 -11)

📄 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/1780 **Author:** [@hinthornw](https://github.com/hinthornw) **Created:** 9/20/2024 **Status:** ✅ Merged **Merged:** 9/20/2024 **Merged by:** [@hinthornw](https://github.com/hinthornw) **Base:** `main` ← **Head:** `wfh/return_direct` --- ### 📝 Commits (2) - [`6d3bd67`](https://github.com/langchain-ai/langgraph/commit/6d3bd67f9c3546b1096e6250784c74165af9f97c) Add return_direct support - [`268ca02`](https://github.com/langchain-ai/langgraph/commit/268ca02c04fab735c780c55f5b44211d5a127e52) Merge branch 'main' into wfh/return_direct ### 📊 Changes **3 files changed** (+146 additions, -39 deletions) <details> <summary>View changed files</summary> 📝 `libs/langgraph/langgraph/prebuilt/chat_agent_executor.py` (+21 -24) 📝 `libs/langgraph/tests/__snapshots__/test_pregel.ambr` (+2 -4) 📝 `libs/langgraph/tests/test_prebuilt.py` (+123 -11) </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:46:45 -05:00
yindo closed this issue 2026-02-20 17:46:45 -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#2295