Class AgentAgentPromptOverrideConfiguration


  • public final class AgentAgentPromptOverrideConfiguration
    extends java.lang.Object
    • Method Detail

      • overrideLambda

        public java.lang.String overrideLambda()
        Returns:
        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`.
      • promptConfigurations

        public java.util.List<java.lang.Object> promptConfigurations()
        Returns:
        Configurations to override a prompt template in one part of an agent sequence. See `prompt_configurations` block for details.