from enum import Enum class Author(Enum): User = "user" Assistant = "assistant"