SimpleAgent class

Constructors

SimpleAgent({required LLMExecutor llmExecutor, String? systemPrompt, ResponseFormat? responseFormat, dynamic sessionId})

Properties

hashCode int
The hash code for this object.
no setterinherited
llmExecutor LLMExecutor
getter/setter pair
responseFormat ResponseFormat?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sessionId String
getter/setter pair
systemPrompt String?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
userToAgent({required List<Content> contentList, String? taskId}) Future<AgentMessage>

Operators

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