from enum import Enum class ChatProfileRoleEnum(str, Enum): Human = "human" AI = "ai"