Package-level declarations

Types

Link copied to clipboard
@ConfigurationProperties(prefix = "ai.koog.ollama", ignoreUnknownFields = true)
class OllamaKoogProperties(val enabled: Boolean, val baseUrl: String, val retry: RetryConfigKoogProperties? = null) : KoogLlmClientProperties

Configuration properties for the Ollama integration in the Koog framework.

Link copied to clipboard
@AutoConfiguration
@PropertySource(value = ["classpath:/META-INF/config/koog/ollama-llm.properties"])
@EnableConfigurationProperties(value = [OllamaKoogProperties::class])
class OllamaLLMAutoConfiguration(properties: OllamaKoogProperties)

Auto-configuration class for integrating the Ollama Large Language Model (LLM) service into applications.