update_test_case
Update a test case's input, expected behaviors, description, simulation metadata, metrics, or notes using its unique ID.
Instructions
Update test case input_str, expected_behaviors, or other fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| test_case_id | Yes | The unique ID of the test case to update. | |
| input_str | No | Updated test input or scenario. | |
| expected_behaviors | No | Updated list of expected agent behaviors. | |
| description | No | Updated description. | |
| simulation_metadata_input | No | Updated simulation context. | |
| metric_input | No | Updated metric inputs. | |
| user_notes | No | Updated internal notes. |