Skip to content

Commit ddccee2

Browse files
chore: Cleanup remaining junk left over from browser and computer use (#8553)
1 parent 11183e4 commit ddccee2

3 files changed

Lines changed: 5 additions & 11 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 109
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/runloop-ai%2Frunloop-b0d4f639559e78ee64d536a35464cff1ef1928e92c2a32a0384dc887da662ef3.yml
3-
openapi_spec_hash: a822f02fec32ae89e2bc6a6f95b8845f
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/runloop-ai%2Frunloop-278ae77dcf804cd28eda8546ee0bc6ac95f02cdf571e89f257166913b7f4099a.yml
3+
openapi_spec_hash: a29714be5cdaad5ed4f05bd45a5377a1
44
config_hash: ecb1ff09d29b565ed1452b5e0362e64d

src/runloop_api_client/types/blueprint_view.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,7 @@ class BlueprintView(BaseModel):
7878
Services can be explicitly started when creating a Devbox.
7979
"""
8080

81-
devbox_capabilities: Optional[List[Literal["unknown", "computer_usage", "browser_usage", "docker_in_docker"]]] = (
82-
None
83-
)
81+
devbox_capabilities: Optional[List[Literal["unknown", "docker_in_docker"]]] = None
8482
"""Capabilities that will be available on Devbox."""
8583

8684
failure_reason: Optional[Literal["out_of_memory", "out_of_disk", "build_failed"]] = None

src/runloop_api_client/types/devbox_view.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,8 @@ class DevboxView(BaseModel):
5656
id: str
5757
"""The ID of the Devbox."""
5858

59-
capabilities: List[Literal["unknown", "computer_usage", "browser_usage", "docker_in_docker"]]
60-
"""A list of capability groups this devbox has access to.
61-
62-
This allows devboxes to be compatible with certain tools sets like computer
63-
usage APIs.
64-
"""
59+
capabilities: List[Literal["unknown", "docker_in_docker"]]
60+
"""A list of capability groups this devbox has access to."""
6561

6662
create_time_ms: int
6763
"""Creation time of the Devbox (Unix timestamp milliseconds)."""

0 commit comments

Comments
 (0)