This commit is contained in:
jyong
2025-04-14 18:17:17 +08:00
parent 3340775052
commit 9f8e05d9f0
16 changed files with 1522 additions and 205 deletions

View File

@ -38,7 +38,8 @@ class WorkflowType(Enum):
WORKFLOW = "workflow"
CHAT = "chat"
RAG_PIPELINE = "rag_pipeline"
@classmethod
def value_of(cls, value: str) -> "WorkflowType":
"""