cache_query
Search cached answers semantically to retrieve related entries when prompt wording differs. Reuse prior computations without exact key matching.
Instructions
Semantic search across all cached entries, independent of exact key matching. Use this when you suspect something related was already computed even though the prompt wording differs — the knowledge-graph equivalent of a cache lookup by meaning instead of by exact key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to search for semantically related cache entries | |
| top_k | No | Max results, default 5 | |
| min_similarity | No | Similarity floor 0-1, default 0.3 |