chore: rename dataset to eval_set, derive from YAML name field#678
Merged
Conversation
- Rename `dataset` property to `eval_set` in EvalTest, EvaluationResult, and eval-file schema types - Change parser derivation logic to read `name` field from YAML (not `dataset`) with filename fallback for eval_set - Update JSONL parser sidecar metadata to read `name` instead of `dataset` - Update orchestrator, CLI commands (junit-writer, trace show/stats), and OTel exporter to use the new field name - Replace `dataset:` with `name:` in 3 example YAML files that had it - Add `name:` field to 10 representative example YAML files - Rename `"dataset"` keys to `"eval_set"` in all baseline/results JSONL - Update JSON schema and documentation Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
4 tasks
Deploying agentv with
|
| Latest commit: |
8737766
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://d7d1dc6b.agentv.pages.dev |
| Branch Preview URL: | https://chore-rename-dataset-to-eval.agentv.pages.dev |
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
datasetproperty toeval_setacross types (EvalTest,EvaluationResult), schema, parsers, orchestrator, CLI commands, OTel exporter, and JSON schemaeval_setis sourced from the YAMLnamefield (not the olddatasetfield), with filename as fallbacknameinstead ofdatasetdataset:withname:in 3 example YAML files that previously useddataset:name:field to 10 representative example YAML files that only haddescription:"dataset"keys to"eval_set"in all baseline/results JSONL files (41 files)--group-byoption fromdatasettoeval-setTest plan
tsc --noEmit)datasetfield name in JSONL output🤖 Generated with Claude Code