update_mission
Update an existing mission's configuration including goal, constraints, success criteria, and capabilities to adapt to changing requirements.
Instructions
Update an existing mission's configuration.
Args: mission_id: Mission to update. goal: New mission goal. constraints: New constraints on execution. success_criteria: New success criteria. allowed_capabilities: New allowed capability packs. escalation_rules: JSON string of escalation rules. stop_conditions: JSON string of stop conditions. config: JSON string of additional configuration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | No | ||
| config | No | ||
| mission_id | Yes | ||
| constraints | No | ||
| stop_conditions | No | ||
| escalation_rules | No | ||
| success_criteria | No | ||
| allowed_capabilities | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |