From 98a7d1ced5a8dfda14b7eec879ec00d91cfc25a1 Mon Sep 17 00:00:00 2001 From: Shuchang Zheng Date: Tue, 21 Jan 2025 11:43:43 -0800 Subject: [PATCH] =?UTF-8?q?use=20output=20for=20default=20json=20schema=20?= =?UTF-8?q?instead=20of=20extracted=5Finformation=20i=E2=80=A6=20(#1607)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- skyvern-frontend/src/routes/workflows/editor/nodes/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skyvern-frontend/src/routes/workflows/editor/nodes/types.ts b/skyvern-frontend/src/routes/workflows/editor/nodes/types.ts index bac41c21..6c143407 100644 --- a/skyvern-frontend/src/routes/workflows/editor/nodes/types.ts +++ b/skyvern-frontend/src/routes/workflows/editor/nodes/types.ts @@ -20,7 +20,7 @@ export const dataSchemaExampleValue = { export const dataSchemaExampleForFileExtraction = { type: "object", properties: { - extracted_information: { + output: { type: "object", description: "All of the information extracted from the file", },