interface HarnessSystemContentBlockProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.BedrockAgentCore.CfnHarness.HarnessSystemContentBlockProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsbedrockagentcore#CfnHarness_HarnessSystemContentBlockProperty |
Java | software.amazon.awscdk.services.bedrockagentcore.CfnHarness.HarnessSystemContentBlockProperty |
Python | aws_cdk.aws_bedrockagentcore.CfnHarness.HarnessSystemContentBlockProperty |
TypeScript | aws-cdk-lib » aws_bedrockagentcore » CfnHarness » HarnessSystemContentBlockProperty |
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-lib';
const harnessSystemContentBlockProperty: bedrockagentcore.CfnHarness.HarnessSystemContentBlockProperty = {
text: 'text',
};
Properties
| Name | Type | Description |
|---|---|---|
| text | string | The text content of the system prompt block. |
text
Type:
string
The text content of the system prompt block.

.NET
Go
Java
Python
TypeScript