mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 01:18:05 +08:00
r2
This commit is contained in:
@ -38,7 +38,8 @@ class WorkflowType(Enum):
|
||||
|
||||
WORKFLOW = "workflow"
|
||||
CHAT = "chat"
|
||||
|
||||
RAG_PIPELINE = "rag_pipeline"
|
||||
|
||||
@classmethod
|
||||
def value_of(cls, value: str) -> "WorkflowType":
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user