AgentTool<T> class abstract

Implementers

Constructors

AgentTool.new({required String name, required String description, required Map<String, dynamic> parameters})

Properties

description String
final
hashCode int
The hash code for this object.
no setterinherited
name String
final
parameters Map<String, dynamic>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
spec → ToolSpec
no setter

Methods

call(AgentEngine engine, AIChatMessageToolCall toolCall) Future<String>
handleCall({required AgentEngine engine, required T result}) Future<String>
mapToResult(Map<String, dynamic> data) Future<T>
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