mirror of
https://github.com/langchain-ai/auto-evaluator.git
synced 2026-07-18 20:55:18 -04:00
[PR #85] [MERGED] Fix expt summary refresh #102
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/auto-evaluator/pull/85
Author: @benisgold
Created: 4/30/2023
Status: ✅ Merged
Merged: 4/30/2023
Merged by: @rlancemartin
Base:
main← Head:@benisgold/fix📝 Commits (1)
7b7f03efix📊 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.