from enum import Enum class Tags(str, Enum): CHATBOTS = "chatbots" AGENTS = "agents"