AgentCLIConfig class

Available extensions
Annotations
  • @artifact

Constructors

AgentCLIConfig.new({AgentAIConnector connector = const AgentAIConnector(model: "gpt-4.1", type: AgentAIConnectorType.openai, baseUrl: "https://api.openai.com/v1", apiKey: "API_KEY_HERE"), int recursiveLimit = 10})
const

Properties

connector AgentAIConnector
final
hashCode int
The hash code for this object.
no setterinherited
recursiveLimit int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({_8? connector, _b resetConnector = _F, _5? recursiveLimit, _b resetRecursiveLimit = _F, _5? deltaRecursiveLimit}) → _7

Available on _7, provided by the $AgentCLIConfig extension

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson({bool pretty = _F}) → _3

Available on _7, provided by the $AgentCLIConfig extension

toMap() → _1

Available on _7, provided by the $AgentCLIConfig extension

toString() String
A string representation of this object.
inherited

Operators

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