File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 11configured_endpoints : 103
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel%2Fkernel-aa981bcc44bf8382844c53b705f75eeac53fdc7cd828a9260755c5b4537ed966 .yml
3- openapi_spec_hash : e78521a8956dc87b25c076e30600a95e
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel%2Fkernel-f57c1468805aef5055a41e942a1ec374df98d58f1071b07c31e6496045e0d902 .yml
3+ openapi_spec_hash : a4848d54211d6c6330b5ddd08992035a
44config_hash : cff4d43372b6fa66b64e2d4150f6aa76
Original file line number Diff line number Diff line change @@ -309,7 +309,7 @@ export interface BrowserPoolAcquireResponse {
309309 deleted_at ?: string ;
310310
311311 /**
312- * Whether the browser session has hardware-accelerated GPU rendering .
312+ * Whether GPU acceleration is enabled for the browser session .
313313 */
314314 gpu ?: boolean ;
315315
Original file line number Diff line number Diff line change @@ -330,7 +330,7 @@ export interface BrowserCreateResponse {
330330 deleted_at ?: string ;
331331
332332 /**
333- * Whether the browser session has hardware-accelerated GPU rendering .
333+ * Whether GPU acceleration is enabled for the browser session .
334334 */
335335 gpu ?: boolean ;
336336
@@ -430,7 +430,7 @@ export interface BrowserRetrieveResponse {
430430 deleted_at ?: string ;
431431
432432 /**
433- * Whether the browser session has hardware-accelerated GPU rendering .
433+ * Whether GPU acceleration is enabled for the browser session .
434434 */
435435 gpu ?: boolean ;
436436
@@ -530,7 +530,7 @@ export interface BrowserUpdateResponse {
530530 deleted_at ?: string ;
531531
532532 /**
533- * Whether the browser session has hardware-accelerated GPU rendering .
533+ * Whether GPU acceleration is enabled for the browser session .
534534 */
535535 gpu ?: boolean ;
536536
@@ -630,7 +630,7 @@ export interface BrowserListResponse {
630630 deleted_at ?: string ;
631631
632632 /**
633- * Whether the browser session has hardware-accelerated GPU rendering .
633+ * Whether GPU acceleration is enabled for the browser session .
634634 */
635635 gpu ?: boolean ;
636636
@@ -689,8 +689,8 @@ export interface BrowserCreateParams {
689689 extensions ?: Array < Shared . BrowserExtension > ;
690690
691691 /**
692- * If true, launches a hardware-accelerated browser with GPU rendering . Requires
693- * Start-Up or Enterprise plan.
692+ * If true, enables GPU acceleration for the browser session . Requires Start-Up or
693+ * Enterprise plan.
694694 */
695695 gpu ?: boolean ;
696696
Original file line number Diff line number Diff line change @@ -465,7 +465,7 @@ export namespace InvocationListBrowsersResponse {
465465 deleted_at ?: string ;
466466
467467 /**
468- * Whether the browser session has hardware-accelerated GPU rendering .
468+ * Whether GPU acceleration is enabled for the browser session .
469469 */
470470 gpu ?: boolean ;
471471
You can’t perform that action at this time.
0 commit comments