sage_recall
Search institutional memory by semantic similarity to find relevant past knowledge before answering questions. Supports domain filtering and confidence thresholds.
Instructions
Search memories by semantic similarity. Use this to find relevant past knowledge before answering questions.
Input Schema
TableJSON 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 |