read_bundle_asset
Read a specific indexed asset from a bundle, verifying its digest and limiting returned content to a maximum byte size.
Instructions
Read one explicitly referenced, already indexed bundle asset with digest verification and byte bounds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uri | No | Indexed okf-asset URI. | |
| path | No | Bundle-relative indexed asset path used with bundle. | |
| bundle | No | Bundle id used with path when uri is omitted. | |
| maxContentBytes | No | Maximum asset bytes to return. |