Agent Agent Prompt Override Configuration Args
data class AgentAgentPromptOverrideConfigurationArgs(val overrideLambda: Output<String>, val promptConfigurations: Output<List<AgentAgentPromptOverrideConfigurationPromptConfigurationArgs>>) : ConvertibleToJava<AgentAgentPromptOverrideConfigurationArgs>
Constructors
Link copied to clipboard
constructor(overrideLambda: Output<String>, promptConfigurations: Output<List<AgentAgentPromptOverrideConfigurationPromptConfigurationArgs>>)
Properties
Link copied to clipboard
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
val promptConfigurations: Output<List<AgentAgentPromptOverrideConfigurationPromptConfigurationArgs>>
Configurations to override a prompt template in one part of an agent sequence. See prompt_configurations
Block for details.