From 146c96854377c6e7587f5eecc248bdebec17d4d7 Mon Sep 17 00:00:00 2001 From: Shuchang Zheng Date: Wed, 29 Oct 2025 14:40:23 +0800 Subject: [PATCH] Update API specifications with fern api update (#3842) Co-authored-by: github-actions --- fern/openapi/skyvern_openapi.json | 33 +++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/fern/openapi/skyvern_openapi.json b/fern/openapi/skyvern_openapi.json index baee3469..fee37273 100644 --- a/fern/openapi/skyvern_openapi.json +++ b/fern/openapi/skyvern_openapi.json @@ -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",