Update API specifications with fern api update (#3267)

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
Shuchang Zheng
2025-08-21 22:35:28 -07:00
committed by GitHub
parent 44d7c73242
commit 675992aa95

View File

@@ -9004,6 +9004,22 @@
],
"title": "Max Screenshot Scrolls",
"description": "The maximum number of scrolls for the post action screenshot. When it's None or 0, it takes the current viewpoint screenshot."
},
"browser_address": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Browser Address",
"description": "The CDP address for the task.",
"examples": [
"http://127.0.0.1:9222",
"ws://127.0.0.1:9222/devtools/browser/1234567890"
]
}
},
"type": "object",
@@ -11485,6 +11501,22 @@
],
"title": "Extra Http Headers",
"description": "The extra HTTP headers for the requests in browser."
},
"browser_address": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Browser Address",
"description": "The CDP address for the workflow run.",
"examples": [
"http://127.0.0.1:9222",
"ws://127.0.0.1:9222/devtools/browser/1234567890"
]
}
},
"type": "object",