[PR #1050] [MERGED] langgraph: include full message history when generating structured response in createReactAgent #1202

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/1050
Author: @vbarda
Created: 3/26/2025
Status: Merged
Merged: 3/26/2025
Merged by: @benjamincburns

Base: mainHead: vb/update-prebuilt


📝 Commits (3)

  • fc1b71c langgraph: include full message history when generating structured response
  • 3806d84 test
  • 8a05fba update

📊 Changes

3 files changed (+138 additions, -4 deletions)

View changed files

📝 libs/langgraph/src/prebuilt/react_agent_executor.ts (+1 -3)
📝 libs/langgraph/src/tests/prebuilt.test.ts (+107 -0)
📝 libs/langgraph/src/tests/utils.ts (+30 -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/1050 **Author:** [@vbarda](https://github.com/vbarda) **Created:** 3/26/2025 **Status:** ✅ Merged **Merged:** 3/26/2025 **Merged by:** [@benjamincburns](https://github.com/benjamincburns) **Base:** `main` ← **Head:** `vb/update-prebuilt` --- ### 📝 Commits (3) - [`fc1b71c`](https://github.com/langchain-ai/langgraphjs/commit/fc1b71cfc06065fae388f6cdad3099e930492c16) langgraph: include full message history when generating structured response - [`3806d84`](https://github.com/langchain-ai/langgraphjs/commit/3806d840e0e45a9a758a0e469f73e69d6159817e) test - [`8a05fba`](https://github.com/langchain-ai/langgraphjs/commit/8a05fbaec4de8a265fad24b958452c2abc30d85b) update ### 📊 Changes **3 files changed** (+138 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `libs/langgraph/src/prebuilt/react_agent_executor.ts` (+1 -3) 📝 `libs/langgraph/src/tests/prebuilt.test.ts` (+107 -0) 📝 `libs/langgraph/src/tests/utils.ts` (+30 -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:17:39 -05:00
yindo closed this issue 2026-02-15 19:17: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/langgraphjs#1202