HarnessOpenAiModelConfig

Configuration for an OpenAI model provider. Requires an API key stored in AgentCore Identity.

Types

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

Properties

Link copied to clipboard

The ARN of your OpenAI API key on AgentCore Identity.

Link copied to clipboard

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

Link copied to clipboard

The OpenAI model ID.

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