Skip to content

Commit 1cc5bb6

Browse files
committed
docs(devbox): note provisioning_tier is optional and alpha
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent c23b8bd commit 1cc5bb6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/runloop_api_client/types/shared/launch_parameters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ class LaunchParameters(BaseModel):
7575
"""
7676

7777
provisioning_tier: Optional[Literal["standard", "flex"]] = None
78-
"""(Alpha) standard is default and flex is lazily provisioned and may be pre-empted.
78+
"""(Optional, Alpha) standard is default and flex is lazily provisioned and may be pre-empted.
7979
8080
This is an alpha feature and its behavior may change without notice.
8181
"""

src/runloop_api_client/types/shared_params/launch_parameters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class LaunchParameters(TypedDict, total=False):
7777
"""
7878

7979
provisioning_tier: Optional[Literal["standard", "flex"]]
80-
"""(Alpha) standard is default and flex is lazily provisioned and may be pre-empted.
80+
"""(Optional, Alpha) standard is default and flex is lazily provisioned and may be pre-empted.
8181
8282
This is an alpha feature and its behavior may change without notice.
8383
"""

0 commit comments

Comments
 (0)