recall
Retrieve relevant past project memories to answer questions referencing earlier work or needing context. Call before responding to access historical information.
Instructions
Retrieve relevant past memory. Call this tool before you answer the user. Use it when the user references past work or when the task needs project context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | The search mode. | hybrid |
| limit | No | The maximum number of results. | |
| query | Yes | A natural language query. The tool uses this text for the BM25 search and the vector search. | |
| offset | No | The pagination offset. Use this to get the next page of results. | |
| max_tokens | No | The maximum number of tokens in the response. If the result exceeds this value, the tool truncates the text. | |
| session_key | No | The session key. The default is hash(cwd). Use this to recall memory from a different project. |