0

Update openapi.json

This commit is contained in:
Nicolas 2024-05-20 17:10:55 -07:00
parent 77a79b5a79
commit 01783dc336

View File

@ -479,6 +479,16 @@
"format": "uri" "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."
} }
} }
} }