create_test_case
Add a test case to an existing test set by providing a single scenario or multi-turn conversation with expected agent behaviors for evaluation.
Instructions
Create test case in a test set. input_str: single scenario message OR JSON array [{role,content},...] for multi-turn conversations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| test_set_id | Yes | The 8-character ID of the test set to add this test case to. | |
| input_str | Yes | The test input or scenario that will be presented to the agent. | |
| expected_behaviors | No | List of expected agent behaviors or responses for evaluation. | |
| description | No | Human-readable description of what this test case validates. | |
| simulation_metadata_input | No | Additional context passed to the simulation environment. | |
| metric_input | No | Custom inputs for metric evaluation. | |
| user_notes | No | Internal notes about this test case. |