memory_search_multi
Run multiple rephrased query variants through memory search in one call, using it when an initial search underperforms to get deduplicated and sorted results.
Instructions
Run multiple query variants through memory search in one call. Use when an initial memory_search underperforms (top result has weak score, or doesn't contain the expected fragment) — rephrase the query 2-3 ways (vary vocabulary, split compound queries, drop question-word prefixes) and pass them together. Results are deduplicated by chunk and sorted by max score. Cheaper than several separate memory_search calls.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max merged results (default 10) | |
| detail | No | Result detail level (default 'summary') | |
| queries | Yes | Array of 2-5 query phrasings (more is wasted work) |