24bec11 9b3a016
1
2
3
4
5
6
7
from enum import Enum class ChatProfileRoleEnum(str, Enum): Human = "human" AI = "ai"