springAiChatModelLLMClient

@Bean
open fun springAiChatModelLLMClient(chatModel: ChatModel, 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)