[PR #85] [MERGED] Fix expt summary refresh #102

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

📋 Pull Request Information

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

Base: mainHead: @benisgold/fix


📝 Commits (1)

📊 Changes

2 files changed (+13 additions, -9 deletions)

View changed files

📝 nextjs/components/Demo.tsx (+6 -3)
📝 nextjs/components/Playground.tsx (+7 -6)

📄 Description

See linked ticket for info. The problem was that since the form submission button is a callback, it does not receive state updates after being initially executed. In this case, it did not receive its own update to state of refreshing the expts table. This fix is janky but this code requires a refactor asap anyway.


🔄 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/85 **Author:** [@benisgold](https://github.com/benisgold) **Created:** 4/30/2023 **Status:** ✅ Merged **Merged:** 4/30/2023 **Merged by:** [@rlancemartin](https://github.com/rlancemartin) **Base:** `main` ← **Head:** `@benisgold/fix` --- ### 📝 Commits (1) - [`7b7f03e`](https://github.com/langchain-ai/auto-evaluator/commit/7b7f03ebfe1909e63c6cf019fa8902fcf1d5506e) fix ### 📊 Changes **2 files changed** (+13 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `nextjs/components/Demo.tsx` (+6 -3) 📝 `nextjs/components/Playground.tsx` (+7 -6) </details> ### 📄 Description See linked ticket for info. The problem was that since the form submission button is a callback, it does not receive state updates after being initially executed. In this case, it did not receive its own update to state of refreshing the expts table. This fix is janky but this code requires a refactor asap anyway. --- <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:15:01 -05:00
yindo closed this issue 2026-02-15 19:15:01 -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#102