[PR #3] [MERGED] refactor: Prompt construction funcs #5

Closed
opened 2026-02-16 08:18:45 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/llmanager/pull/3
Author: @bracesproul
Created: 4/10/2025
Status: Merged
Merged: 4/10/2025
Merged by: @bracesproul

Base: mainHead: brace/refactoring


📝 Commits (1)

  • 11c2744 refactor: Prompt construction funcs

📊 Changes

5 files changed (+90 additions, -74 deletions)

View changed files

📝 src/llmanager/index.ts (+4 -4)
src/llmanager/nodes/final-answer.ts (+7 -0)
src/llmanager/nodes/final-generation.ts (+0 -5)
📝 src/llmanager/nodes/initial-reasoning.ts (+12 -65)
src/llmanager/utils/build-context.ts (+67 -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/llmanager/pull/3 **Author:** [@bracesproul](https://github.com/bracesproul) **Created:** 4/10/2025 **Status:** ✅ Merged **Merged:** 4/10/2025 **Merged by:** [@bracesproul](https://github.com/bracesproul) **Base:** `main` ← **Head:** `brace/refactoring` --- ### 📝 Commits (1) - [`11c2744`](https://github.com/langchain-ai/llmanager/commit/11c2744d109126888105b5747ca1feee66498499) refactor: Prompt construction funcs ### 📊 Changes **5 files changed** (+90 additions, -74 deletions) <details> <summary>View changed files</summary> 📝 `src/llmanager/index.ts` (+4 -4) ➕ `src/llmanager/nodes/final-answer.ts` (+7 -0) ➖ `src/llmanager/nodes/final-generation.ts` (+0 -5) 📝 `src/llmanager/nodes/initial-reasoning.ts` (+12 -65) ➕ `src/llmanager/utils/build-context.ts` (+67 -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-16 08:18:45 -05:00
yindo closed this issue 2026-02-16 08:18: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/llmanager#5