Tai Truong
fix readme
d202ada
raw
history blame contribute delete
95 Bytes
from enum import Enum
class Tags(str, Enum):
CHATBOTS = "chatbots"
AGENTS = "agents"