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