sage_recall
Retrieve relevant past knowledge by semantic similarity search. Filter results by domain and confidence threshold to answer questions accurately.
Instructions
Search memories by semantic similarity. Use this to find relevant past knowledge before answering questions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | No | Filter by domain tag | |
| min_confidence | No | Minimum confidence threshold 0-1 | |
| query | Yes | Natural language search query | |
| top_k | No | Number of results to return |