add run_with & ai_fallback to workflow run status update logs (#3896)

This commit is contained in:
Shuchang Zheng
2025-11-05 01:38:58 +08:00
committed by GitHub
parent d80d49131c
commit bdbabd5153

View File

@@ -1454,7 +1454,8 @@ class WorkflowService:
duration_seconds=duration_seconds,
workflow_run_status=workflow_run.status,
organization_id=workflow_run.organization_id,
run_with=run_with,
run_with=workflow_run.run_with,
ai_fallback=workflow_run.ai_fallback,
)
return workflow_run