recover_receipt_omission
Recover omitted context from a Context Receipt. Returns exact content, byte-for-byte, verified against fingerprints.
Instructions
Recover the full text of context a Context Receipt omitted.
Receipts explain what was dropped; this hands back the exact content,
byte-for-byte. Works on receipts created with recoverable=True — the
recovery bundle is read from the local store. Pass chunk_id to recover
one chunk, or leave it empty to recover everything that was omitted.
Each result carries verified=true only when the returned text is
provably identical to what was omitted (matched against the chunk's
recorded fingerprint and a storage-integrity hash) — never a guess.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chunk_id | No | ||
| receipt_json | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |