@cdklabs/generative-ai-cdk-constructs • Docs
@cdklabs/generative-ai-cdk-constructs / bedrock / PromptOverrideConfiguration
Contains configurations to override prompts in different parts of an agent sequence.
readonly
optional
overrideLambda:string
The 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 promptConfigurations must contain a parserMode value that is set to OVERRIDDEN.
readonly
promptConfigurations:PromptConfiguration
[]
Contains configurations to override a prompt template in one part of an agent sequence.