interface HarnessSummarizationConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.BedrockAgentCore.CfnHarnessPropsMixin.HarnessSummarizationConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsbedrockagentcore#CfnHarnessPropsMixin_HarnessSummarizationConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.bedrockagentcore.CfnHarnessPropsMixin.HarnessSummarizationConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_bedrockagentcore.CfnHarnessPropsMixin.HarnessSummarizationConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_bedrockagentcore » CfnHarnessPropsMixin » HarnessSummarizationConfigurationProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_bedrockagentcore as bedrockagentcore } from '@aws-cdk/cfn-property-mixins';
const harnessSummarizationConfigurationProperty: bedrockagentcore.CfnHarnessPropsMixin.HarnessSummarizationConfigurationProperty = {
preserveRecentMessages: 123,
summarizationSystemPrompt: 'summarizationSystemPrompt',
summaryRatio: 123,
};
Properties
| Name | Type | Description |
|---|---|---|
| preserve | number | |
| summarization | string | |
| summary | number |
preserveRecentMessages?
Type:
number
(optional)
summarizationSystemPrompt?
Type:
string
(optional)
summaryRatio?
Type:
number
(optional)

.NET
Go
Java
Python
TypeScript