evaluations

This commit is contained in:
jyong
2026-01-30 17:35:36 +08:00
parent 4f2cd40498
commit bea428e308
12 changed files with 1652 additions and 0 deletions

View File

@ -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":