From 01783dc336713ac549069c005c366d3021e2b25f Mon Sep 17 00:00:00 2001 From: Nicolas Date: Mon, 20 May 2024 17:10:55 -0700 Subject: [PATCH] Update openapi.json --- apps/api/openapi.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/apps/api/openapi.json b/apps/api/openapi.json index 98acbbb..b483bc4 100644 --- a/apps/api/openapi.json +++ b/apps/api/openapi.json @@ -479,6 +479,16 @@ "format": "uri" } } + }, + "llm_extraction": { + "type": "object", + "description": "Displayed when using LLM Extraction. Extracted data from the page following the schema defined.", + "nullable": true + }, + "warning": { + "type": "string", + "nullable": true, + "description": "Can be displayed when using LLM Extraction. Warning message will let you know any issues with the extraction." } } }