memory_search
Search memory items using semantic similarity or keyword matching, with filters for user isolation and scope.
Instructions
Search across memory items using semantic similarity or keyword matching. Filter by user_id and scope for isolation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| k | No | ||
| as_of | No | ||
| query | Yes | ||
| scope | No | ||
| explain | No | ||
| timeout | No | ||
| user_id | No | ||
| variant | No | ||
| database | No | ||
| adaptive_k | No | ||
| search_mode | No | hybrid | |
| type_filter | No | ||
| agent_filter | No | ||
| recency_bias | No | ||
| conversation_id | No | ||
| requesting_agent | No | ||
| include_bench_data | No | ||
| include_scratchpad | No |