read_offloaded_response
Retrieve a specific chunk of an oversized response using its resource URI and chunk index. Works with offload summaries to access large results in bounded parts.
Instructions
Read one bounded chunk of a response that was too large to return inline. Use the resource_uri and total_chunks from the offload summary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chunk_index | No | Zero-based chunk to read. | |
| resource_uri | Yes | The worksection://offload/... URI from an offloaded response. |