SimpleAgentDriver class

Inheritance

Constructors

SimpleAgentDriver.new({required List<NamedSimpleAgent> namedSimpleAgents})

Properties

hashCode int
The hash code for this object.
no setterinherited
llmFunctionDescriptionMaxLength int
finalinherited
namedSimpleAgents List<NamedSimpleAgent>
getter/setter pair
promptDescription String
finalinherited
promptKey String
finalinherited
resultKey String
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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