search_memories
Find stored memories using fuzzy substring matching for partial words or phrases. Outputs token-efficient TOON results, or Ø when no matches exist.
Instructions
Search stored memories using fuzzy substring matching. Supports partial words and phrases. Returns results in TOON format for token efficiency. Returns 'Ø' if no matches.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query - supports substring matching (e.g., 'pyth' matches 'python') |