RawTransformer<I, O> class
abstract
Constructors
-
RawTransformer.new({required ConnectedChatModel llm, String? user, required String instructions, List<
Tool> tools = const [], int maxRecursiveToolCalls = 1}) -
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- instructions → String
-
final
- llm → ConnectedChatModel
-
final
- maxRecursiveToolCalls → int
-
final
- outputSchema → ToolSchema?
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
tools
→ List<
Tool> -
final
- user → String?
-
final
Methods
-
call(
I i) → Future< O> -
fromAgent(
Map< String, dynamic> s) → O -
getInstructions(
) → Future< String?> -
getTools(
) → Future< List< Tool> ?> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toAgent(
I i) → Future< Content> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited