[PR #50] [MERGED] Prompt improvements #86

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/auto-evaluator/pull/50
Author: @benisgold
Created: 4/26/2023
Status: Merged
Merged: 4/26/2023
Merged by: @benisgold

Base: tune_promptsHead: @benisgold/prompts


📝 Commits (1)

📊 Changes

8 files changed (+134 additions, -39 deletions)

View changed files

📝 api/README.md (+2 -2)
📝 api/evaluator_app.py (+2 -2)
📝 api/text_utils.py (+30 -17)
📝 nextjs/components/Playground.tsx (+4 -4)
📝 nextjs/components/tables/ExperimentResultTable.tsx (+2 -2)
📝 nextjs/public/testData/results.json (+10 -10)
📝 nextjs/utils/renderPassFail.ts (+2 -2)
pages/index.tsx (+82 -0)

📄 Description

Mainly just changes how the output is formatted. Now looks like this (Descriptive):

Screenshot 2023-04-26 at 12 06 00 PM

🔄 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/auto-evaluator/pull/50 **Author:** [@benisgold](https://github.com/benisgold) **Created:** 4/26/2023 **Status:** ✅ Merged **Merged:** 4/26/2023 **Merged by:** [@benisgold](https://github.com/benisgold) **Base:** `tune_prompts` ← **Head:** `@benisgold/prompts` --- ### 📝 Commits (1) - [`f43ad45`](https://github.com/langchain-ai/auto-evaluator/commit/f43ad452bac4b9b7d0ee707c4b598964ec37cc4d) prompts ### 📊 Changes **8 files changed** (+134 additions, -39 deletions) <details> <summary>View changed files</summary> 📝 `api/README.md` (+2 -2) 📝 `api/evaluator_app.py` (+2 -2) 📝 `api/text_utils.py` (+30 -17) 📝 `nextjs/components/Playground.tsx` (+4 -4) 📝 `nextjs/components/tables/ExperimentResultTable.tsx` (+2 -2) 📝 `nextjs/public/testData/results.json` (+10 -10) 📝 `nextjs/utils/renderPassFail.ts` (+2 -2) ➕ `pages/index.tsx` (+82 -0) </details> ### 📄 Description Mainly just changes how the output is formatted. Now looks like this (Descriptive): <img width="542" alt="Screenshot 2023-04-26 at 12 06 00 PM" src="https://user-images.githubusercontent.com/15272675/234677617-b619a716-59ab-4ee7-bdfa-5ac99c5b016e.png"> --- <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:14:58 -05:00
yindo closed this issue 2026-02-15 19:14:58 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/auto-evaluator#86