Use output in the schema instead of extracted_information (#1606)
This commit is contained in:
@@ -1918,7 +1918,7 @@ class PDFParserBlock(Block):
|
||||
self.json_schema = {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"extracted_information": {
|
||||
"output": {
|
||||
"type": "object",
|
||||
"description": "Information extracted from the text",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user