refine_scenario_from_prompt
Refine an existing AFSIM scenario using natural language prompts to add platforms, adjust duration, or make other modifications.
Instructions
Apply a natural language refinement to an existing scenario.
Supports:
Adding platforms: "add 2 more fighters"
Changing duration: "extend to 3 hours"
Parameters
scenario_id: UUID of the scenario to refine. refinement_prompt: Natural language description of the changes to make.
Returns
JSON with changes applied and updated platform count.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scenario_id | Yes | ||
| refinement_prompt | Yes |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |