Skip to content

Commit 1a8c6b5

Browse files
feat: works locally
1 parent 991d9e1 commit 1a8c6b5

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 66
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel%2Fkernel-86854c41729a6b26f71e26c906f665f69939f23e2d7adcc43380aee64cf6d056.yml
3-
openapi_spec_hash: 270a40c8af29e83cbda77d3700fd456a
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel%2Fkernel-7897c6c3f33d12ebf6cb8b3694945169617631a52af8f5b393b77b1995ed0d72.yml
3+
openapi_spec_hash: 1104c3ba0915f1708d7576345cafa9d0
44
config_hash: 9421eb86b7f3f4b274f123279da3858e

src/kernel/resources/browsers/browsers.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,8 @@ def create(
175175
image defaults apply (commonly 1024x768@60). Only specific viewport
176176
configurations are supported. The server will reject unsupported combinations.
177177
Supported resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25,
178-
1440x900@25, 1024x768@60 If refresh_rate is not provided, it will be
179-
automatically determined from the width and height if they match a supported
178+
1440x900@25, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
179+
be automatically determined from the width and height if they match a supported
180180
configuration exactly. Note: Higher resolutions may affect the responsiveness of
181181
live view browser
182182
@@ -483,8 +483,8 @@ async def create(
483483
image defaults apply (commonly 1024x768@60). Only specific viewport
484484
configurations are supported. The server will reject unsupported combinations.
485485
Supported resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25,
486-
1440x900@25, 1024x768@60 If refresh_rate is not provided, it will be
487-
automatically determined from the width and height if they match a supported
486+
1440x900@25, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
487+
be automatically determined from the width and height if they match a supported
488488
configuration exactly. Note: Higher resolutions may affect the responsiveness of
489489
live view browser
490490

src/kernel/types/browser_create_params.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ class BrowserCreateParams(TypedDict, total=False):
7070
If omitted, image defaults apply (commonly 1024x768@60). Only specific viewport
7171
configurations are supported. The server will reject unsupported combinations.
7272
Supported resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25,
73-
1440x900@25, 1024x768@60 If refresh_rate is not provided, it will be
74-
automatically determined from the width and height if they match a supported
73+
1440x900@25, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
74+
be automatically determined from the width and height if they match a supported
7575
configuration exactly. Note: Higher resolutions may affect the responsiveness of
7676
live view browser
7777
"""

src/kernel/types/browser_create_response.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ class BrowserCreateResponse(BaseModel):
6767
If omitted, image defaults apply (commonly 1024x768@60). Only specific viewport
6868
configurations are supported. The server will reject unsupported combinations.
6969
Supported resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25,
70-
1440x900@25, 1024x768@60 If refresh_rate is not provided, it will be
71-
automatically determined from the width and height if they match a supported
70+
1440x900@25, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
71+
be automatically determined from the width and height if they match a supported
7272
configuration exactly. Note: Higher resolutions may affect the responsiveness of
7373
live view browser
7474
"""

src/kernel/types/browser_list_response.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ class BrowserListResponseItem(BaseModel):
6868
If omitted, image defaults apply (commonly 1024x768@60). Only specific viewport
6969
configurations are supported. The server will reject unsupported combinations.
7070
Supported resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25,
71-
1440x900@25, 1024x768@60 If refresh_rate is not provided, it will be
72-
automatically determined from the width and height if they match a supported
71+
1440x900@25, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
72+
be automatically determined from the width and height if they match a supported
7373
configuration exactly. Note: Higher resolutions may affect the responsiveness of
7474
live view browser
7575
"""

src/kernel/types/browser_retrieve_response.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ class BrowserRetrieveResponse(BaseModel):
6767
If omitted, image defaults apply (commonly 1024x768@60). Only specific viewport
6868
configurations are supported. The server will reject unsupported combinations.
6969
Supported resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25,
70-
1440x900@25, 1024x768@60 If refresh_rate is not provided, it will be
71-
automatically determined from the width and height if they match a supported
70+
1440x900@25, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
71+
be automatically determined from the width and height if they match a supported
7272
configuration exactly. Note: Higher resolutions may affect the responsiveness of
7373
live view browser
7474
"""

0 commit comments

Comments
 (0)