Recall past experience
recallCheck past solutions before investigating a problem to avoid repeating mistakes. Returns ranked fixes, avoid-lists, and confidence scores from prior episodes and rules.
Instructions
Check whether this problem (or a similar one) has been solved before. Call BEFORE investigating. Returns ranked hits with fix, avoid-list and confidence. Exact error text in signals enables deterministic matching; semantic + lexical search catches near matches. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kinds | No | Restrict to 'episode' or 'rule' records | |
| limit | No | Max hits (default 5) | |
| context | No | Tags: language, framework, tool, OS | |
| problem | Yes | One-line generic description of the problem | |
| signals | No | Exact error messages, failing commands, symptoms | |
| min_score | No | Drop non-exact hits below this score (default 0.45) | |
| environment | No | ||
| include_history | No | Include superseded records for explicit historical investigation |