return pbs id on workflow run endpoint (#2699)

This commit is contained in:
Shuchang Zheng 2025-06-12 13:39:16 -07:00 committed by GitHub
parent d69e15ab65
commit fa0fce4904
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 30 additions and 0 deletions

View file

@ -161,3 +161,4 @@ class WorkflowRunResponseBase(BaseModel):
total_cost: float | None = None
task_v2: TaskV2 | None = None
workflow_title: str | None = None
browser_session_id: str | None = None