Builder

class Builder

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
var topP: Float?

The topP set when calling the model.