simpleBedrockExecutorWithBearerToken
fun simpleBedrockExecutorWithBearerToken(bedrockApiKey: String, settings: BedrockClientSettings = BedrockClientSettings()): MultiLLMPromptExecutor(source)
Creates an instance of MultiLLMPromptExecutor with a BedrockLLMClient. Uses the provided Bedrock API key to create a aws.smithy.kotlin.runtime.http.auth.BearerTokenProvider.
See AWS documentation for more information about Bedrock API keys.
Parameters
bedrockApiKey
Your Bedrock API key (bearer token).
settings
Custom client settings for region and timeouts.