GoogleSearchTool constructor

GoogleSearchTool({
  1. List<String>? contextUrls,
  2. String? description,
  3. List<String>? excludeDomains,
  4. String? name,
  5. List<String>? preferredDomains,
  6. GoogleSearchToolPromptConfig? promptConfig,
})

Implementation

GoogleSearchTool({
  this.contextUrls,
  this.description,
  this.excludeDomains,
  this.name,
  this.preferredDomains,
  this.promptConfig,
});