koogPromptExecutor

@Bean
@ConditionalOnBean(value = [LLMClient::class])
@ConditionalOnMissingBean(value = [PromptExecutor::class])
open fun koogPromptExecutor(llmClientsProvider: ObjectProvider<LLMClient>): PromptExecutor(source)

Creates a MultiLLMPromptExecutor from all available LLMClient beans.