Recall from memory
recallRetrieve relevant memories from persistent memory for the current situation, ranked by relevance, importance, and recency, to inform returning-user conversations.
Instructions
Retrieve what was previously remembered that relates to the current situation. Ranked by relevance, weighted by importance and decayed by age, so a recent statement outranks an old one saying the opposite. Worth calling at the start of a conversation with a returning user. This searches memory, not documents — use ask_documents for anything the organisation wrote down.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes | What you are trying to recall, in natural language. | |
| agentId | No | ||
| subject | No | Narrow to one subject, e.g. 'user:ankit'. | |
| sessionId | No | Narrow to one conversation. |