koog
Toggle table of contents
0.7.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
koog
koog-spring-ai-starter-model-chat
/
ai.koog.spring.ai.chat
/
SpringAiChatAutoConfiguration
/
koogPromptExecutor
koog
Prompt
Executor
@
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.