evaluations

This commit is contained in:
jyong
2026-01-30 17:35:36 +08:00
committed by FFXN
parent 210710e76d
commit bad6fb3470
12 changed files with 1652 additions and 0 deletions

View File

@ -67,6 +67,7 @@ class WorkflowType(StrEnum):
WORKFLOW = "workflow"
CHAT = "chat"
RAG_PIPELINE = "rag-pipeline"
SNIPPET = "snippet"
@classmethod
def value_of(cls, value: str) -> "WorkflowType":