Execute semantic search queries across your codebase
DataSourceIds - array of data source names to search within.Auto (default): Automatically selects the best modeFast: Quick search with good resultsFastComplex: Fast search optimized for complex queriesDeep: Thorough search with more comprehensive resultstrue to get the actual code content.Optimize Query Performance
Fast mode for simple identifier lookupsDeep mode only when you need comprehensive resultsIncludeContent=false when you only need locationsWrite Effective Queries
Deep or FastComplex modeProcess Results Efficiently