Update Decision State
update_stateApply a JSON merge patch to update the decision state, and record the reason for the change.
Instructions
Apply a JSON merge patch to state.json and record why the state changed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| patch | Yes | JSON merge patch for state.json. Arrays replace existing arrays. | |
| reason | Yes | Short reason for this state update. |