impri_report_result
Report the outcome of an approved action to close the audit loop. Use after attempting execution, even on failure, to update the inbox with 'executed' or 'execute_failed' status and optional details.
Instructions
Report whether you successfully executed an approved action.
Closes the audit loop — the operator sees 'executed' or 'execute_failed' in the inbox alongside the original action and decision. Always call this after attempting an approved action, even on failure.
Statuses: "executed" — action was carried out successfully "execute_failed" — execution attempt failed (include the error in detail)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| detail | No | Optional message — error description on failure, short confirmation on success. | |
| status | Yes | Outcome of executing the approved action. | |
| action_id | Yes | The id returned by impri_push_action. |