Skip to content

Commit 3cee290

Browse files
author
stlc-bot
committed
chore: validate stlc 0.2.0 e2e after fork sync
Stainless-Generated-From: b84233a5d344c475bc4682f0b5f5aafe583a89f2
1 parent 7ac7b1f commit 3cee290

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

src/oz_agent_sdk/types/agent/run_item.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,14 @@ class RunItem(BaseModel):
173173

174174
executor: Optional[UserProfile] = None
175175

176+
is_run_type_cancellable: Optional[bool] = None
177+
"""Whether the run's type is eligible for cancellation via the API.
178+
179+
State-independent: false for GitHub Action and local runs; true for all other
180+
run types (including self-hosted). Clients should still gate the control on the
181+
run's current state.
182+
"""
183+
176184
is_sandbox_running: Optional[bool] = None
177185
"""Whether the sandbox environment is currently running"""
178186

0 commit comments

Comments
 (0)