chore: add dev setup documentation

This commit is contained in:
Abhishek Kumar 2025-12-27 07:59:45 +05:30
parent e83f3a36d2
commit 2fb644546c
12 changed files with 311 additions and 8 deletions

View file

@ -600,7 +600,7 @@ async def get_workflow_run(
"call_duration_seconds": int(
round(run.cost_info.get("call_duration_seconds"))
)
if run.cost_info
if run.cost_info and run.cost_info.get("call_duration_seconds") is not None
else None,
}
if run.cost_info