Create Scenario Version
create_scenario_versionCreate a new version of an existing scenario with updated data. Automatically assigns the next version number, treating the original as version 1.
Instructions
Create a new version of an existing scenario with updated data.
Automatically determines the next version number (e.g., 'my-test-v2',
'my-test-v3'). The original scenario is treated as version 1.
Args:
base_name: Name of the original scenario to create a version of.
rows: List of data rows for the new version, each with 'input' and 'result'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rows | Yes | ||
| base_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |