Skip to content

UserRoleEnum

autogen.llm_clients.models.unified_message.UserRoleEnum #

Bases: str, Enum

Standard message roles with strict typing.

USER class-attribute instance-attribute #

USER = 'user'

ASSISTANT class-attribute instance-attribute #

ASSISTANT = 'assistant'

SYSTEM class-attribute instance-attribute #

SYSTEM = 'system'

TOOL class-attribute instance-attribute #

TOOL = 'tool'