update_analysis_design
Adjust an existing analysis design by partially updating only the needed fields, then retrieve the updated design for review and iteration.
Instructions
Partially update an existing analysis design.
Only provided fields are updated. Returns the updated design as a dict, or an error dict if design_id not found. Status changes must go through transition_design_status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chart | No | ||
| title | No | ||
| metrics | No | ||
| design_id | Yes | ||
| explanatory | No | ||
| methodology | No | ||
| next_action | No | ||
| analysis_intent | No | ||
| hypothesis_statement | No | ||
| referenced_knowledge | No | ||
| hypothesis_background | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||