AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Contains configurations to override prompts in different parts of an agent sequence. For more information, see Advanced prompts.

Inheritance Hierarchy

System.Object
  Amazon.BedrockAgent.Model.PromptOverrideConfiguration

Namespace: Amazon.BedrockAgent.Model
Assembly: AWSSDK.BedrockAgent.dll
Version: 3.x.y.z

Syntax

C#
public class PromptOverrideConfiguration

The PromptOverrideConfiguration type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property OverrideLambda System.String

Gets and sets the property OverrideLambda.

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. For more information, see Parser Lambda function in Agents for Amazon Bedrock.

Public Property PromptConfigurations System.Collections.Generic.List<Amazon.BedrockAgent.Model.PromptConfiguration>

Gets and sets the property PromptConfigurations.

Contains configurations to override a prompt template in one part of an agent sequence. For more information, see Advanced prompts.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5