File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11configured_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
44config_hash : ecb1ff09d29b565ed1452b5e0362e64d
Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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).
You can’t perform that action at this time.
0 commit comments