get_cached_output
Retrieve additional chunks of large responses from previous truncated tool calls using a cache ID and optional offset.
Instructions
Retrieve cached output from a previous tool call that was truncated. Use this to get additional chunks of large responses.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cache_id | Yes | Cache ID from the _truncated metadata of a previous response | |
| offset | No | Starting character position (default: 0) | |
| size | No | Number of characters to return (default: 20000, 0 = all remaining) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||