springAiChatHistoryProvider

@Bean
@ConditionalOnMissingBean(value = [ChatHistoryProvider::class])
open fun springAiChatHistoryProvider(beanFactory: BeanFactory, properties: KoogSpringAiChatMemoryProperties, @Qualifier(value = "koogSpringAiChatMemoryDispatcher") dispatcher: CoroutineDispatcher): ChatHistoryProvider(source)