Skip to content

Commit 3aae2ca

Browse files
chore: Cleanup remaining junk left over from browser and computer use (#8553)
1 parent 034e5c5 commit 3aae2ca

3 files changed

Lines changed: 5 additions & 6 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/resources/blueprints.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ export interface BlueprintView {
530530
/**
531531
* Capabilities that will be available on Devbox.
532532
*/
533-
devbox_capabilities?: Array<'unknown' | 'computer_usage' | 'browser_usage' | 'docker_in_docker'> | null;
533+
devbox_capabilities?: Array<'unknown' | 'docker_in_docker'> | null;
534534

535535
/**
536536
* The failure reason if the Blueprint build failed, if any.

src/resources/devboxes/devboxes.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -807,10 +807,9 @@ export interface DevboxView {
807807
id: string;
808808

809809
/**
810-
* A list of capability groups this devbox has access to. This allows devboxes to
811-
* be compatible with certain tools sets like computer usage APIs.
810+
* A list of capability groups this devbox has access to.
812811
*/
813-
capabilities: Array<'unknown' | 'computer_usage' | 'browser_usage' | 'docker_in_docker'>;
812+
capabilities: Array<'unknown' | 'docker_in_docker'>;
814813

815814
/**
816815
* Creation time of the Devbox (Unix timestamp milliseconds).

0 commit comments

Comments
 (0)