springAiChatModelLLMClient

@Bean
@ConditionalOnMissingBean(value = [LLMClient::class])
open fun springAiChatModelLLMClient(beanFactory: BeanFactory, properties: KoogSpringAiChatProperties, @Qualifier(value = "koogSpringAiChatDispatcher") dispatcher: CoroutineDispatcher, @Autowired(required = false) @Nullable chatOptionsCustomizer: ChatOptionsCustomizer?, @Autowired(required = false) @Nullable llmProvider: LLMProvider?, moderationModelProvider: ObjectProvider<ModerationModel>): LLMClient(source)