invariance_eval_case_create
Add a test case with input and expected output to an evaluation suite, enabling dataset management for AI behavior analysis.
Instructions
Add a case (input + expected) to an eval suite.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | CreateEvalCaseRequest as a JSON object string. Required: input_bundle (object). Optional: expected (any), metadata (object). Example: {"input_bundle":{"prompt":"hello"},"expected":"hi"} | |
| suite_id | Yes |