Open Kioku Explain Verification
explain_verificationExplains a contract verification report, presenting decisions, boundary failures, warnings, and recommended tests to guide next actions.
Instructions
Explain a contract verification report, including the decision, boundary failures, warnings, dependency deltas, validation attestations, and recommended tests. Use after verify_change_contract to translate a verification report into a decision, failures, warnings, and next tests. This is read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Return format. Defaults to json. | |
| verification | No | Inline ContractVerificationReport object. | |
| verification_json | No | JSON-encoded ContractVerificationReport. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | No | Wrapped non-object output, used for Markdown, TOON, or scalar responses. |