mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-04-28 11:40:32 +00:00
Update API specifications with fern api update (#4583)
Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
parent
02c69e3fb5
commit
3bef13c5b2
1 changed files with 16 additions and 0 deletions
|
|
@ -14173,6 +14173,22 @@
|
|||
"http://127.0.0.1:9222",
|
||||
"ws://127.0.0.1:9222/devtools/browser/1234567890"
|
||||
]
|
||||
},
|
||||
"run_with": {
|
||||
"anyOf": [
|
||||
{
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"type": "null"
|
||||
}
|
||||
],
|
||||
"title": "Run With",
|
||||
"description": "Whether to run the task with agent or code.",
|
||||
"examples": [
|
||||
"agent",
|
||||
"code"
|
||||
]
|
||||
}
|
||||
},
|
||||
"type": "object",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue