vaibot_finalize
Report the actual outcome of an executed action to close the governance receipt. Submit run_id and outcome (allowed, blocked, or blocked_until_approved) to finalize audit records.
Instructions
Report the actual outcome of an action back to VAIBot after execution. Always call this after a vaibot_decide allow decision to close the governance receipt.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | Error message if execution failed | |
| run_id | Yes | The run_id returned from vaibot_decide | |
| outcome | Yes | What actually happened | |
| exit_code | No | Exit code if the command ran | |
| duration_ms | No | Execution duration in milliseconds |