Update API specifications with fern api update (#4583)

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
Shuchang Zheng
2026-01-29 17:47:16 -08:00
committed by GitHub
parent 02c69e3fb5
commit 3bef13c5b2

View File

@@ -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",