backend: normalize returns for evals (items, total); ensure title to … (#2329)

This commit is contained in:
Shuchang Zheng
2025-05-12 08:30:37 -07:00
committed by GitHub
parent 04ed3c8dab
commit 1d1a4d72ea
4 changed files with 73 additions and 4 deletions

View File

@@ -226,6 +226,7 @@ class Task(TaskBase):
)
organization_id: str | None = None
workflow_run_id: str | None = None
workflow_permanent_id: str | None = None
order: int | None = None
retry: int | None = None
max_steps_per_run: int | None = None