mirror of
https://github.com/langgenius/dify.git
synced 2026-04-22 11:47:40 +08:00
evaluations
This commit is contained in:
@ -65,6 +65,7 @@ class WorkflowType(StrEnum):
|
||||
WORKFLOW = "workflow"
|
||||
CHAT = "chat"
|
||||
RAG_PIPELINE = "rag-pipeline"
|
||||
SNIPPET = "snippet"
|
||||
|
||||
@classmethod
|
||||
def value_of(cls, value: str) -> "WorkflowType":
|
||||
|
||||
Reference in New Issue
Block a user