AITool class abstract

Base class for tools that can be provided to an AI model.

Implementers

Constructors

AITool({String? name, String? description})
Creates a new AITool.

Properties

additionalProperties AdditionalPropertiesDictionary?
Additional properties.
getter/setter pair
description String?
A description of the tool.
final
hashCode int
The hash code for this object.
no setterinherited
name String
The name of the tool.
final
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.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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