From 3bef13c5b27f6942ce9c529f94c19c9155a4c125 Mon Sep 17 00:00:00 2001 From: Shuchang Zheng Date: Thu, 29 Jan 2026 17:47:16 -0800 Subject: [PATCH] Update API specifications with fern api update (#4583) Co-authored-by: github-actions --- fern/openapi/skyvern_openapi.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/fern/openapi/skyvern_openapi.json b/fern/openapi/skyvern_openapi.json index 6d32fef8..ad76f12a 100644 --- a/fern/openapi/skyvern_openapi.json +++ b/fern/openapi/skyvern_openapi.json @@ -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",