code/embedding-function/utilities/helpers/config/conversation_flow.py (4 lines of code) (raw):

from enum import Enum class ConversationFlow(Enum): CUSTOM = "custom" BYOD = "byod"