Skip to content

Commit c5752fb

Browse files
feat: Add parent_run_id to retrieve/list runs API response
1 parent 204505c commit c5752fb

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 14
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/warp-bnavetta%2Fwarp-api-8794fad94f5d124b6c46befab0b5cb47d4ec075595c8b3520fa88ffbc50b4649.yml
3-
openapi_spec_hash: ee42f19a2f1d1053e9f97bb4f0e745d6
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/warp-bnavetta%2Fwarp-api-52c0dc63c0d952099b92cdf34ab5d96bfed0f7c1563df5a3ec58a49ff48bba17.yml
3+
openapi_spec_hash: 16b32944c0606c834a41953e58b06c50
44
config_hash: 1888db8b2f33dc16874aea51a90e78f7

src/oz_agent_sdk/types/agent/run_item.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,9 @@ class RunItem(BaseModel):
171171
is_sandbox_running: Optional[bool] = None
172172
"""Whether the sandbox environment is currently running"""
173173

174+
parent_run_id: Optional[str] = None
175+
"""UUID of the parent run that spawned this run"""
176+
174177
request_usage: Optional[RequestUsage] = None
175178
"""Resource usage information for the run"""
176179

0 commit comments

Comments
 (0)