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

from enum import Enum class AssistantStrategy(Enum): DEFAULT = "default" CONTRACT_ASSISTANT = "contract assistant" EMPLOYEE_ASSISTANT = "employee assistant"