rag_search_tool
Search a RAG vector store to find code relevant to a query. Optionally expand results using the project's call graph.
Instructions
Search the RAG vector store for code relevant to a query. Optionally expands results using the project's call graph.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topK | No | ||
| query | Yes | ||
| projectId | No | default | |
| collection | No | code_nodes | |
| workingDirectory | No | ||
| useGraphExpansion | No |