feat(frontend): migrate evaluator configs CRUD#3576
Merged
mmabrouk merged 15 commits intochore/migrate-evaluatorsfrom Feb 16, 2026
Merged
feat(frontend): migrate evaluator configs CRUD#3576mmabrouk merged 15 commits intochore/migrate-evaluatorsfrom
mmabrouk merged 15 commits intochore/migrate-evaluatorsfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Member
Author
|
Checked backend: Simple Evaluator responses intentionally do not include revision fields. DTO SimpleEvaluator has only id/slug/lifecycle/header/metadata + flags/data (no revision_id). See api/oss/src/core/evaluators/dtos.py#L278 and response models in api/oss/src/apis/fastapi/evaluators/models.py#L178. Service fetches latest EvaluatorRevision internally but returns SimpleEvaluator without revision fields (api/oss/src/core/evaluators/service.py#L976). |
…layground-frontend
…igrate-evaluator-playground-run
Expose output schemas from evaluator templates and send them on config create/edit, including dynamic derivation for auto_ai_critique and json_multi_field_match. Also remove legacy /evaluators/map usage and relax config listing filters so older non-human configs remain visible.
ardaerzin
approved these changes
Feb 16, 2026
…ound-run feat(frontend): migrate evaluator run invocation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Testing