fix workflow run / observer schema (#1571)
This commit is contained in:
@@ -744,6 +744,7 @@ async def get_workflow_run(
|
|||||||
)
|
)
|
||||||
@base_router.get(
|
@base_router.get(
|
||||||
"/workflows/{workflow_id}/runs/{workflow_run_id}/timeline/",
|
"/workflows/{workflow_id}/runs/{workflow_run_id}/timeline/",
|
||||||
|
include_in_schema=False,
|
||||||
)
|
)
|
||||||
async def get_workflow_run_timeline(
|
async def get_workflow_run_timeline(
|
||||||
workflow_run_id: str,
|
workflow_run_id: str,
|
||||||
|
|||||||
@@ -138,4 +138,4 @@ class WorkflowRunStatusResponse(BaseModel):
|
|||||||
outputs: dict[str, Any] | None = None
|
outputs: dict[str, Any] | None = None
|
||||||
total_steps: int | None = None
|
total_steps: int | None = None
|
||||||
total_cost: float | None = None
|
total_cost: float | None = None
|
||||||
observer_cruise: ObserverTask | None = None
|
observer_task: ObserverTask | None = None
|
||||||
|
|||||||
Reference in New Issue
Block a user