AgentDriver class abstract

Implementers

Constructors

AgentDriver.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
llmFunctionDescriptionMaxLength int
final
promptDescription String
final
promptKey String
final
resultKey String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

call(FunctionCall functionCall) Future<ToolReturn>
inherited
dispose() Future<void>
inherited
hasFunction(String functionName) bool
inherited
init() Future<void>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parse() List<FunctionModel>
inherited
toString() String
A string representation of this object.
inherited
truncateWithEllipsis(String text, int maxLength) String

Operators

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