OllamaKoogProperties
@ConfigurationProperties(prefix = "ai.koog.ollama", ignoreUnknownFields = true)
Configuration properties for the Ollama integration in the Koog framework.
This class defines properties that control the connection and behavior when interacting with the Ollama Large Language Model (LLM) service.
These properties are typically configured in the application properties or YAML file.
The configuration prefix for these properties is defined as ai.koog.ollama
. It is used to map these properties in the application configuration file.
This class is designed to work along with the OllamaLLMAutoConfiguration
class to automatically initialize and configure the required beans for the Ollama client and executor.