invariance_eval_dataset_append_example
Add a single example to an existing evaluation dataset by specifying the dataset ID and a JSON body with input and expected output.
Instructions
Append a single example row (input + expected output) to an existing dataset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Dataset ID. | |
| body | Yes | CreateEvalDatasetExampleRequest as a JSON object string. Required: input (object — the example input bundle). Optional: expected (any), metadata (object), tags (string[]). Example: {"input":{"prompt":"I want my money back"},"expected":{"intent":"refund"}} |