public run endpoint with error code (#3512)

This commit is contained in:
LawyZheng
2025-09-24 14:49:20 +08:00
committed by GitHub
parent ad731f6175
commit b2848ceaf2
5 changed files with 8 additions and 0 deletions

View File

@@ -138,4 +138,5 @@ async def get_workflow_run_response(
browser_address=workflow_run.browser_address,
# TODO: add browser session id
),
errors=workflow_run_resp.errors,
)