mistral

fun mistral(apiKey: String, configure: KoogAgentsConfig.MistralAIConfig.() -> Unit = {})(source)

Configures the MistralAI client for the application.

Parameters

apiKey

The API key to authenticate with MistralAI services.

configure

A lambda to customize the MistralAIConfig settings such as base URL, timeouts, or HTTP client configuration.