Enumeration: ChatMessageRole
March 31, 2025 ยท View on GitHub
@cdklabs/generative-ai-cdk-constructs
@cdklabs/generative-ai-cdk-constructs / bedrock / ChatMessageRole
Enumeration: ChatMessageRole
Enumeration Members
ASSISTANT
ASSISTANT:
"assistant"
This is the role of the model itself, responding to user inputs based on the context set by the system.
USER
USER:
"user"
This role represents the human user in the conversation. Inputs from the user guide the conversation and prompt responses from the assistant.