get_repo_context
Retrieve relevant code chunks from an indexed repository by specifying a search query and repository path.
Instructions
Search the indexed repository for relevant code chunks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_path | Yes | Absolute path to the repository | |
| query | Yes | Search query (e.g., "LSTM implementation") | |
| k | No | Number of results to return (default: 6) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||