You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: Request to perform a semantic search across the indexed codebase to find relevant code snippets based on a natural language query. Requires code indexing to be enabled and configured.
5
+
Description: Search the codebase for relevant files based on a query. Use this when the user asks a question about the codebase that requires finding specific files or code snippets.
6
6
Parameters:
7
7
- query: (required) The natural language query to search for.
8
8
- limit: (optional) The maximum number of search results to return. Defaults to 10.
0 commit comments