mirror of
https://github.com/langchain-ai/llmanager.git
synced 2026-07-13 20:12:35 -04:00
[PR #13] [MERGED] feat: Script for generating eval data #16
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langchain-ai/llmanager/pull/13
Author: @bracesproul
Created: 4/11/2025
Status: ✅ Merged
Merged: 4/11/2025
Merged by: @bracesproul
Base:
main← Head:brace/generate-eval-data📝 Commits (4)
9798ef1feat: Script for generating eval dataff6bbf7crb513710nest all data inside assistanta59c5a3cr📊 Changes
13 files changed (+414 additions, -118 deletions)
View changed files
➕
evals/e2e.int.test.ts(+255 -0)➕
scripts/generate-eval-data.ts(+53 -0)📝
src/llmanager/nodes/human-node.ts(+9 -3)📝
src/llmanager/types.ts(+11 -30)📝
src/reasoning/nodes/initial-reasoning.ts(+4 -4)📝
src/reasoning/types.ts(+7 -24)📝
src/reflection/nodes/explanation-reflection.ts(+8 -2)📝
src/reflection/nodes/full-reflection.ts(+8 -2)📝
src/reflection/types.ts(+15 -46)📝
src/stores/few-shot.ts(+14 -2)📝
src/stores/reflection.ts(+18 -2)📝
src/utils/build-context.ts(+11 -3)📝
src/utils/query.ts(+1 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.