Update API specifications with fern api update (#4583)
Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
@@ -14173,6 +14173,22 @@
|
|||||||
"http://127.0.0.1:9222",
|
"http://127.0.0.1:9222",
|
||||||
"ws://127.0.0.1:9222/devtools/browser/1234567890"
|
"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",
|
"type": "object",
|
||||||
|
|||||||
Reference in New Issue
Block a user