task v2 refactor part 8: observer_task -> task_v2 in backend code (#1820)

This commit is contained in:
Shuchang Zheng 2025-02-23 22:17:28 -08:00 committed by GitHub
parent 148693aa25
commit b1de14e2fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 132 additions and 132 deletions

View file

@ -147,5 +147,5 @@ class WorkflowRunStatusResponse(BaseModel):
outputs: dict[str, Any] | None = None
total_steps: int | None = None
total_cost: float | None = None
observer_task: ObserverTask | None = None
task_v2: ObserverTask | None = None
workflow_title: str | None = None