Update API specifications with fern api update (#3842)
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
Build Skyvern TS SDK and publish to npm / check-version-change (push) Waiting to run
Build Skyvern TS SDK and publish to npm / build-and-publish-sdk (push) Blocked by required conditions

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
Shuchang Zheng 2025-10-29 14:40:23 +08:00 committed by GitHub
parent 06dc0031ee
commit 146c968543
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13811,6 +13811,39 @@
}
],
"title": "Body"
},
"instructions": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Instructions"
},
"positive_descriptor": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Positive Descriptor"
},
"negative_descriptor": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Negative Descriptor"
}
},
"type": "object",