AgentAgentPromptOverrideConfigurationArgs

data class AgentAgentPromptOverrideConfigurationArgs(val overrideLambda: Output<String>, val promptConfigurations: Output<List<AgentAgentPromptOverrideConfigurationPromptConfigurationArgs>>) : ConvertibleToJava<AgentAgentPromptOverrideConfigurationArgs>

Constructors

constructor(overrideLambda: Output<String>, promptConfigurations: Output<List<AgentAgentPromptOverrideConfigurationPromptConfigurationArgs>>)

Properties

Link copied to clipboard
val overrideLambda: Output<String>

ARN of the Lambda function to use when parsing the raw foundation model output in parts of the agent sequence. If you specify this field, at least one of the prompt_configurations block must contain a parser_mode value that is set to OVERRIDDEN.

Link copied to clipboard

Configurations to override a prompt template in one part of an agent sequence. See prompt_configurations Block for details.

Functions

Link copied to clipboard
open override fun toJava(): AgentAgentPromptOverrideConfigurationArgs