llm

fun llm(configure: KoogAgentsConfig.LLMConfig.() -> Unit)(source)

Configures the properties and behavior of the large language model (LLM) within the server environment. Allows setting and customizing various aspects of LLM providers, fallbacks, and related configurations.

Parameters

configure

A configuration block where the properties and behaviors of the LLM can be specified using the LLMConfig receiver.