AIAgentConfigBase

Base interface for AI agent configs.

Inheritors

Properties

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 used in the AI agent's configuration.