gemini-fetch-chunk
Retrieve a specific chunk of a cached Gemini response using the cacheKey and chunkIndex from the initial reply. Get the exact data you need without a new model turn.
Instructions
Retrieve one chunk of a chunked changeMode reply from gemini-ask, by the cacheKey and chunkIndex that reply reported. No model turn; the cache lives 10 minutes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cacheKey | Yes | The cache key provided in the initial changeMode response | |
| chunkIndex | Yes | Which chunk to retrieve (1-based index) |