search_memory
Search indexed memory to retrieve passages matching your question. Ask a specific question and review multiple results to choose the best fit.
Instructions
Search indexed memory and return the passages that match. Prefer a specific question over keywords. Retrieving more than you need and picking among them yourself works better than trusting the first result: the ranking is vector similarity, which cannot tell that a passage merely repeats the question. Leave rerank off unless this service has a rerank profile configured — the default setup has none, and asking for it fails with RERANK_NOT_CONFIGURED.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | What to look for, phrased as a question | |
| top_k | No | ||
| rerank | No | ||
| source_type | No | Restrict to one kind, e.g. 'doc' or 'chat' |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |