model

@get:JvmName(name = "model")
expect open override val model: LLModel(source)

Specifies the Large Language Model (LLM) configuration to be used by the AI agent.

This property defines the specific language model leveraged by the AI agent, including its provider, identifier, supported capabilities, context length, and maximum output tokens. It determines how the agent processes inputs, generates outputs, and interacts with other components or tools as part of its functionality.

actual open override val model: LLModel(source)

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

The model defines configurations such as the specific LLM provider, its identifier, and supported capabilities (e.g., temperature control, tool usage). It plays a vital role in determining how the AI agent processes and generates outputs in response to user prompts and tasks.

actual open override val model: LLModel(source)

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

The model defines configurations such as the specific LLM provider, its identifier, and supported capabilities (e.g., temperature control, tool usage). It plays a vital role in determining how the AI agent processes and generates outputs in response to user prompts and tasks.