HostedFileSearchTool constructor

HostedFileSearchTool({
  1. List<AIContent>? inputs,
  2. int? maximumResultCount,
})

Creates a new HostedFileSearchTool.

Implementation

HostedFileSearchTool({
  this.inputs,
  this.maximumResultCount,
}) : super(name: 'file_search', description: 'File search');