Update API specifications with fern api update (#4583)
Some checks are pending
Run tests and pre-commit / Run tests and pre-commit hooks (push) Waiting to run
Run tests and pre-commit / Frontend Lint and Build (push) Waiting to run
Publish Fern Docs / run (push) Waiting to run

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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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