fix workflow run / observer schema (#1571)

This commit is contained in:
Shuchang Zheng 2025-01-15 19:43:56 -08:00 committed by GitHub
parent 5687fa4e52
commit 1d5dc9029f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -138,4 +138,4 @@ class WorkflowRunStatusResponse(BaseModel):
outputs: dict[str, Any] | None = None
total_steps: int | None = None
total_cost: float | None = None
observer_cruise: ObserverTask | None = None
observer_task: ObserverTask | None = None