[PR #858] [MERGED] langgraph: use 'prompt' param for model input preprocessing in create_react_agent #1066

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/858
Author: @vbarda
Created: 2/11/2025
Status: Merged
Merged: 2/11/2025
Merged by: @vbarda

Base: mainHead: vb/prompt


📝 Commits (2)

  • c0516ca langgraph: use 'prompt' param for model input preprocessing in create_react_agent
  • e337349 update

📊 Changes

2 files changed (+74 additions, -106 deletions)

View changed files

📝 libs/langgraph/src/prebuilt/react_agent_executor.ts (+64 -96)
📝 libs/langgraph/src/tests/prebuilt.test.ts (+10 -10)

📄 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/858 **Author:** [@vbarda](https://github.com/vbarda) **Created:** 2/11/2025 **Status:** ✅ Merged **Merged:** 2/11/2025 **Merged by:** [@vbarda](https://github.com/vbarda) **Base:** `main` ← **Head:** `vb/prompt` --- ### 📝 Commits (2) - [`c0516ca`](https://github.com/langchain-ai/langgraphjs/commit/c0516ca64ac0838185e3932d4be0a84b9c818433) langgraph: use 'prompt' param for model input preprocessing in create_react_agent - [`e337349`](https://github.com/langchain-ai/langgraphjs/commit/e3373497d9429d153be6c77cdfb793a4d365bd14) update ### 📊 Changes **2 files changed** (+74 additions, -106 deletions) <details> <summary>View changed files</summary> 📝 `libs/langgraph/src/prebuilt/react_agent_executor.ts` (+64 -96) 📝 `libs/langgraph/src/tests/prebuilt.test.ts` (+10 -10) </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:02 -05:00
yindo closed this issue 2026-02-15 19:17:02 -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#1066