semantic_search_code
Find code by natural-language queries about what it does, with optional language filtering. Semantic search vector indexes code symbols and surfaces conceptually related results, not exact matches.
Instructions
Semantic vector search over indexed code symbols only (no episodic memory mixed in). Optionally filter by language: "python", "typescript", "go", etc. Do NOT call for exact string matches — use search_token or grep instead. Use for concepts and natural-language queries about what code does.
repo_path: optional absolute path to the target repository.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| top_k | No | ||
| language | No | ||
| repo_path | No |