From c5b8a91845d641dc050511a66be142d2dc6e388c Mon Sep 17 00:00:00 2001 From: Shuchang Zheng Date: Thu, 18 Dec 2025 05:37:46 +0800 Subject: [PATCH] Update API specifications with fern api update (#4318) Co-authored-by: github-actions --- fern/openapi/skyvern_openapi.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fern/openapi/skyvern_openapi.json b/fern/openapi/skyvern_openapi.json index 5425fda1..d1ccceed 100644 --- a/fern/openapi/skyvern_openapi.json +++ b/fern/openapi/skyvern_openapi.json @@ -11198,7 +11198,7 @@ "title": "Prompt", "description": "The prompt to send to the LLM" }, - "schema": { + "response_schema": { "anyOf": [ { "additionalProperties": true, @@ -11208,7 +11208,7 @@ "type": "null" } ], - "title": "Schema", + "title": "Response Schema", "description": "Optional JSON schema to structure the response" }, "model": {