chat_search
Search stored conversation content using semantic matching to find relevant messages based on meaning, not just keywords. Filter results by project or specific session.
Instructions
Semantic search over all stored conversation content using vector similarity. Finds messages relevant to the query even if exact words don't match. Optionally scope to a project or specific session.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Natural language search query. | |
| project | No | Scope search to sessions with this project tag. | |
| limit | No | Maximum number of results. Default: 10. | |
| sessionId | No | Scope search to a single session UUID. |