actions_match
Verify transcript data against a ledger entry by recomputing salted digests of inputs and output and comparing with stored hashes, confirming whether they match.
Instructions
Check a retained transcript against action number seq: recompute the salted digest of inputs
and/or output the way the ledger did and compare with the entry's inputs_sha256 / output_sha256.
"Is this what the model was given, and is this what came back", for an entry whose content the ledger
does not keep. Each side is true, false, or null when not passed or not digested. Needs the ledger's
salt file beside the ledger. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seq | Yes | ||
| inputs | No | ||
| output | No |