interface EpisodicOverrideReflectionConfigurationInputProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.BedrockAgentCore.Mixins.CfnMemoryPropsMixin.EpisodicOverrideReflectionConfigurationInputProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsbedrockagentcore/mixins#CfnMemoryPropsMixin_EpisodicOverrideReflectionConfigurationInputProperty |
Java | software.amazon.awscdk.mixins.preview.services.bedrockagentcore.mixins.CfnMemoryPropsMixin.EpisodicOverrideReflectionConfigurationInputProperty |
Python | aws_cdk.mixins_preview.aws_bedrockagentcore.mixins.CfnMemoryPropsMixin.EpisodicOverrideReflectionConfigurationInputProperty |
TypeScript | @aws-cdk/mixins-preview » aws_bedrockagentcore » mixins » CfnMemoryPropsMixin » EpisodicOverrideReflectionConfigurationInputProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as bedrockagentcore_mixins } from '@aws-cdk/mixins-preview/aws-bedrockagentcore';
const episodicOverrideReflectionConfigurationInputProperty: bedrockagentcore_mixins.CfnMemoryPropsMixin.EpisodicOverrideReflectionConfigurationInputProperty = {
appendToPrompt: 'appendToPrompt',
modelId: 'modelId',
namespaces: ['namespaces'],
};
Properties
| Name | Type | Description |
|---|---|---|
| append | string | Text prompt for model instructions. |
| model | string | |
| namespaces? | string[] | List of namespaces for memory strategy. |
appendToPrompt?
Type:
string
(optional)
Text prompt for model instructions.
modelId?
Type:
string
(optional)
namespaces?
Type:
string[]
(optional)
List of namespaces for memory strategy.

.NET
Go
Java
Python
TypeScript