forge_unit_test_update
Update specific fields of an existing unit test without affecting other properties.
Instructions
Update a unit test. Only provided fields are changed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| unit_test_id | Yes | The unit test ID to update | |
| description | No | Updated description | |
| service_id | No | Service ID to run the test on | |
| service_version_set_name | No | Version set name to use | |
| persona_id | No | Persona ID for the test | |
| scenario_id | No | Scenario ID for the test | |
| max_interactions | No | Max interactions before the test fails | |
| success_criterions | No | Success criteria for the test | |
| run_count | No | Number of sessions to simulate per run | |
| tags | No | Tags (alphanumeric keys and values, no hyphens or special characters) | |
| org_id | No | Org ID (uses active org if omitted) |