FunctionToolHandler class abstract

Inheritance

Constructors

FunctionToolHandler.new({required FunctionTool metadata})

Properties

hashCode int
The hash code for this object.
no setterinherited
metadata FunctionTool
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

execute(ResponsesSessionController controller, Map<String, dynamic> arguments) Future<String>
getHandler(ResponseEvent event) Future<ResponseItem?> Function(ResponsesSessionController)?
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onFunctionCall(ResponsesSessionController controller, FunctionCall call) Future<FunctionCallOutput>
toString() String
A string representation of this object.
inherited
translateError(Object error) String

Operators

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