complete_action
Sign the outcome of a gate-approved action and link it to the approval signature, creating a bilateral receipt for audit trail integrity and compliance.
Instructions
Sign the outcome of a gate-approved action and bind it to the approval signature as a bilateral receipt (approval + outcome linked by gate_id).
Args:
gate_id: The gate_id returned by gate_action when it approved the action
result: A description or JSON string of the action's outcome
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gate_id | Yes | ||
| result | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |