add cost info to the workflow run repsonse (#1456)

This commit is contained in:
Shuchang Zheng
2024-12-31 11:24:09 -08:00
committed by GitHub
parent 175ce55f06
commit 171aef6bf7
4 changed files with 35 additions and 1 deletions

View File

@@ -724,6 +724,7 @@ async def get_workflow_run(
workflow_permanent_id=workflow_id,
workflow_run_id=workflow_run_id,
organization_id=current_org.organization_id,
include_cost=True,
)