a_semantic_search
Find code by meaning using semantic search with natural language queries. Combines AI understanding with text matching to locate relevant snippets, handling typos and variations.
Instructions
Performs intelligent hybrid code search combining semantic understanding with exact text matching. Ideal for finding code by meaning (e.g., 'authentication logic', 'database queries') even with typos or variations. Returns the most relevant code snippets with file locations and line numbers.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query - can be natural language (e.g., 'where do we handle user login') or specific terms | |
| maxResults | No | Maximum number of results to return (default: from config) |