brestok's picture
fixed consult notes
3f47633
raw
history blame contribute delete
90 Bytes
from enum import Enum
class Author(Enum):
User = "user"
Assistant = "assistant"