kopern_create_grading_suite
Create a grading suite with test cases to evaluate an agent's behavior against expected outcomes for each input prompt.
Instructions
Create a grading suite with test cases on an agent. Each case has an input prompt and expected behavior for evaluation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Suite name (optional) | |
| cases | Yes | Test cases | |
| agent_id | Yes | The agent ID or name | |
| description | No | Suite description (optional) |