vectr_fetch
Retrieve a specific code chunk using its chunk id from prior search results to restore it into context without re-running searches or re-reading files.
Instructions
Deterministic re-fetch of a code chunk by its exact id — no embedding, no rerank, just the chunk. Every vectr_search/vectr_locate/vectr_trace result carries its chunk's id (the file:start-end shown in the result header). Use this to restore a chunk that was cleared from your context (by tool-result eviction, context compaction, or a context-editing tombstone) instead of re-running vectr_search or re-reading the whole file. NOT for finding NEW content — use vectr_search for that.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | Chunk ids to restore, exactly as shown in a prior search/locate/trace result (e.g. 'src/auth.py:10-20'). |