ollamaClientProperties

@NestedConfigurationProperty
var ollamaClientProperties: OllamaKoogProperties(source)

Configuration properties for the Ollama LLM (Large Language Model) client. This property is used to define and manage settings specific to the Ollama client, including the base URL for API interactions.

The default base URL is set to http://localhost:11434.

This property is nested under the main configuration class KoogProperties and can be customized via application properties files using the ai.koog.ollama prefix.