memory_search
Search project memory using semantic similarity to find relevant stored information. Provide a query and optionally limit results.
Instructions
Search the current project's memory store using semantic similarity.
Embeds the query and returns the most relevant stored memories.
Args: query: The search query text (required). top_k: Maximum number of results to return (default 5).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| top_k | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |