Skip to content

Bedrock Agentcore  >  Enums  >  Role

Role

Enum Class

Role

Bases: UnknownEnumMixin, StrEnum

Attributes

ASSISTANT class-attribute instance-attribute
ASSISTANT = 'ASSISTANT'
OTHER class-attribute instance-attribute
OTHER = 'OTHER'
TOOL class-attribute instance-attribute
TOOL = 'TOOL'
USER class-attribute instance-attribute
USER = 'USER'