HarnessLiteLlmModelConfig

Configuration for a LiteLLM model provider, enabling connection to third-party model providers.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Provider-specific parameters passed through to the model provider unchanged.

Link copied to clipboard

The base URL for the model provider's API endpoint.

Link copied to clipboard

The ARN of the API key in AgentCore Identity for authenticating with the model provider.

Link copied to clipboard

The maximum number of tokens to allow in the generated response per iteration.

Link copied to clipboard

The LiteLLM model identifier (e.g., "anthropic/claude-3-sonnet").

Link copied to clipboard

The temperature to set when calling the model.

Link copied to clipboard
val topP: Float?

The topP set when calling the model.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String