HostedFileSearchTool class

A tool representing a hosted file search capability.

This is an experimental feature.

Inheritance

Constructors

HostedFileSearchTool({List<AIContent>? inputs, int? maximumResultCount})
Creates a new HostedFileSearchTool.

Properties

additionalProperties AdditionalPropertiesDictionary?
Additional properties.
getter/setter pairinherited
description String?
A description of the tool.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
inputs List<AIContent>?
The input content items for the file search.
final
maximumResultCount int?
The maximum number of results to return.
final
name String
The name of the tool.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getService<T>({Object? key}) → T?
Gets a service of the specified type.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited