shu/add_workflow_runs_api (#2063)

This commit is contained in:
Shuchang Zheng
2025-04-01 15:52:35 -04:00
committed by GitHub
parent f774135049
commit e26b816f67
7 changed files with 166 additions and 51 deletions

View File

@@ -133,7 +133,7 @@ class WorkflowRunOutputParameter(BaseModel):
created_at: datetime
class WorkflowRunResponse(BaseModel):
class WorkflowRunResponseBase(BaseModel):
workflow_id: str
workflow_run_id: str
status: WorkflowRunStatus