KoogSpringAiChatMemoryProperties
@ConfigurationProperties(prefix = "koog.spring.ai.chat-memory")
Configuration properties for the Koog Spring AI Chat Memory adapter.
Properties
Link copied to clipboard
Optional bean name of the org.springframework.ai.chat.memory.ChatMemoryRepository to use. When set, the named bean is resolved from the application context, allowing selection among multiple repository beans. When not set, the auto-configuration falls back to @ConditionalOnSingleCandidate.
Link copied to clipboard
Dispatcher / threading settings for blocking Spring AI chat memory repository calls.