HostedToolSearchTool constructor

HostedToolSearchTool({
  1. List<String>? deferredTools,
  2. String? namespace,
  3. String? namespaceDescription,
})

Creates a new HostedToolSearchTool.

Implementation

HostedToolSearchTool({
  this.deferredTools,
  this.namespace,
  this.namespaceDescription,
}) : super(name: 'tool_search');