create_eval_dataset
Create a golden evaluation dataset with up to 20 test cases, including input text and optional expected output. Freeze the set to lock comparability for regression verdicts.
Instructions
Create a golden dataset (POST /v1/eval-datasets, Pro+ only). items can carry up to 20 test cases with expected outputs. Up to 50 datasets per account. frozen=true freezes the population (items can no longer be changed or unfrozen — fixing comparability for regression verdicts).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Dataset name (1-100 chars, unique within the account) | |
| items | No | Test cases (up to 20). Each inputText is fed to the target model, and expectedOutput is used as the judge's [REFERENCE ANSWER] for scoring. | |
| frozen | No | true = freeze the population (items can no longer be changed or unfrozen). Omit = false. | |
| description | No | Optional description (<= 500 chars) |