File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
src/oz_agent_sdk/types/agent Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 11configured_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
44config_hash : 1888db8b2f33dc16874aea51a90e78f7
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments