springAiChatHistoryProvider

@Bean
@ConditionalOnMissingBean(value = [ChatHistoryProvider::class])
open fun springAiChatHistoryProvider(repository: ChatMemoryRepository, @Qualifier(value = "koogSpringAiChatMemoryDispatcher") dispatcher: CoroutineDispatcher): ChatHistoryProvider(source)