record_receipt
Append a hash-chained receipt to the ledger for a given decision, metric, value, and verdict, enabling tamper-evident audit of AI agent outputs.
Instructions
Append an honest, hash-chained receipt to the ledger and return it. verdict is typically one of: kept, killed, shipped, blocked.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| decision | Yes | ||
| metric | Yes | ||
| value | Yes | ||
| verdict | Yes |