AIAgentConfigBase

Base interface for AI agent configs.

Inheritors

Properties

Link copied to clipboard
abstract val maxAgentIterations: Int

Specifies the maximum number of iterations an AI agent is allowed to perform during its operation.

Link copied to clipboard

Strategy used to determine how tool calls, present in the prompt but lacking definitions, are handled during agent execution.

Link copied to clipboard
abstract val model: LLModel

Specifies the Large Language Model (LLM) used by the AI agent for generating responses.

Link copied to clipboard
abstract val prompt: Prompt

Defines the Prompt to be utilized in the AI agent's configuration.