fetch-chunk
Get subsequent chunks from a partial changeMode response by providing the cache key and desired chunk index.
Instructions
Retrieves cached chunks from a changeMode response. Use this to get subsequent chunks after receiving a partial changeMode response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cacheKey | Yes | Cache key from a previous changeMode response. REQUIRED. Copy exactly from the response that contained "Chunk 1 of N". Cache expires after 10 minutes. | |
| chunkIndex | Yes | Chunk number to retrieve. REQUIRED. Use 1-based indexing (1, 2, 3...). If response said "Chunk 1 of 5", request chunkIndex=2 for next chunk. |