FileSearchTool constructor
const
FileSearchTool({
- int? maxNumResults,
- FileSearchRankingOptions? rankingOptions,
Creates a FileSearchTool.
Implementation
const FileSearchTool({this.maxNumResults, this.rankingOptions});