dify/dify-workflow-engine/models/enums.py

6 lines
95 B
Python

from enum import Enum
class UserFrom(Enum):
ACCOUNT = "account"
END_USER = "end_user"