Update API specifications with fern api update (#2949)

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
Shuchang Zheng
2025-07-15 01:23:20 -07:00
committed by GitHub
parent 23e31dac67
commit f61ac4b49c
5 changed files with 49 additions and 59 deletions

View File

@@ -2941,6 +2941,37 @@
120
]
},
"browser_address": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Browser Address",
"description": "Url for connecting to the browser",
"examples": [
"http://localhost:9222",
"https://3.12.10.11/browser/123456"
]
},
"app_url": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "App Url",
"description": "Url for the browser session page",
"examples": [
"https://app.skyvern.com/browser-session/pbs_123456"
]
},
"started_at": {
"anyOf": [
{