Package-level declarations
Types
Link copied to clipboard
class DefaultMultiLLMPromptExecutor(openAIClient: OpenAILLMClient, anthropicClient: AnthropicLLMClient, googleClient: GoogleLLMClient) : MultiLLMPromptExecutor
Implementation of MultiLLMPromptExecutor that supports OpenAI, Anthropic, and Google providers.
Functions
Link copied to clipboard
Creates an instance of SingleLLMPromptExecutor
with an AnthropicLLMClient
.
Link copied to clipboard
Creates an instance of SingleLLMPromptExecutor
with an GoogleLLMClient
.
Link copied to clipboard
Creates an instance of SingleLLMPromptExecutor
with an OllamaClient
.
Link copied to clipboard
Link copied to clipboard
Creates an instance of SingleLLMPromptExecutor
with an OpenRouterLLMClient
.