enum ChatMessageRole
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Bedrock.Alpha.ChatMessageRole |
![]() | github.com/aws/aws-cdk-go/awsbedrockalpha/v2#ChatMessageRole |
![]() | software.amazon.awscdk.services.bedrock.alpha.ChatMessageRole |
![]() | aws_cdk.aws_bedrock_alpha.ChatMessageRole |
![]() | @aws-cdk/aws-bedrock-alpha » ChatMessageRole |
The role of a message in a chat conversation.
Members
Name | Description |
---|---|
USER | This role represents the human user in the conversation. |
ASSISTANT | This is the role of the model itself, responding to user inputs based on the context set by the system. |
USER
This role represents the human user in the conversation.
Inputs from the user guide the conversation and prompt responses from the assistant.
ASSISTANT
This is the role of the model itself, responding to user inputs based on the context set by the system.