FileSearchTool constructor

FileSearchTool({
  1. String? corpusType,
  2. String? description,
  3. String? fileCorpus,
  4. String? name,
})

Implementation

FileSearchTool({
  this.corpusType,
  this.description,
  this.fileCorpus,
  this.name,
});