Package-level declarations
Types
Implementation of MultiLLMPromptExecutor that supports OpenAI, Anthropic, and Google providers.
Functions
Creates an instance of SingleLLMPromptExecutor with an AnthropicLLMClient.
Creates an instance of SingleLLMPromptExecutor with an OpenAILLMClient configured for Azure OpenAI.
Creates an instance of SingleLLMPromptExecutor with a BedrockLLMClient.
Creates an instance of SingleLLMPromptExecutor with a BedrockLLMClient. Uses the provided Bedrock API key to create a aws.smithy.kotlin.runtime.http.auth.BearerTokenProvider.
Creates an instance of SingleLLMPromptExecutor with an GoogleLLMClient.
Creates an instance of SingleLLMPromptExecutor with a MistralAILLMClient.
Creates an instance of SingleLLMPromptExecutor with an OllamaClient.
Creates a SingleLLMPromptExecutor instance configured to use the OpenAI client.
Creates an instance of SingleLLMPromptExecutor with an OpenRouterLLMClient.