From 8fd5db7d12680fab39573ee33740b185f0cf6235 Mon Sep 17 00:00:00 2001 From: Shuchang Zheng Date: Mon, 29 Sep 2025 18:22:46 -0700 Subject: [PATCH] Update API specifications with fern api update (#3556) Co-authored-by: github-actions --- fern/openapi/skyvern_openapi.json | 28 ++++++++++++++++++++-------- 1 file changed, 20 insertions(+), 8 deletions(-) diff --git a/fern/openapi/skyvern_openapi.json b/fern/openapi/skyvern_openapi.json index 99bc4166..ad08bc2c 100644 --- a/fern/openapi/skyvern_openapi.json +++ b/fern/openapi/skyvern_openapi.json @@ -11909,10 +11909,16 @@ ], "title": "Extra Http Headers" }, - "generate_script": { - "type": "boolean", - "title": "Generate Script", - "default": false + "run_with": { + "anyOf": [ + { + "type": "string" + }, + { + "type": "null" + } + ], + "title": "Run With" }, "ai_fallback": { "type": "boolean", @@ -12103,10 +12109,16 @@ "$ref": "#/components/schemas/WorkflowStatus", "default": "published" }, - "generate_script": { - "type": "boolean", - "title": "Generate Script", - "default": false + "run_with": { + "anyOf": [ + { + "type": "string" + }, + { + "type": "null" + } + ], + "title": "Run With" }, "ai_fallback": { "type": "boolean",