inspect_attested_computation
Inspect an Attested Computation contract statically, reading its indexed artifacts and optional content without executing it, to assess its structure and provenance.
Instructions
Statically inspect an Attested Computation contract and indexed inert artifacts; never execute it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uri | Yes | Canonical or compatibility URI of the Attested Computation. | |
| asOf | No | UTC ISO date or datetime for freshness evaluation. | |
| maxContentBytes | No | Maximum computation bytes to include. | |
| includeComputation | No | Include bounded inline or text computation content. |