Use output in the schema instead of extracted_information (#1606)

This commit is contained in:
Shuchang Zheng 2025-01-21 11:18:13 -08:00 committed by GitHub
parent 1cf20894f9
commit 49256feef1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1918,7 +1918,7 @@ class PDFParserBlock(Block):
self.json_schema = {
"type": "object",
"properties": {
"extracted_information": {
"output": {
"type": "object",
"description": "Information extracted from the text",
}