mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-14 17:29:40 +00:00
Use output in the schema instead of extracted_information (#1606)
This commit is contained in:
parent
1cf20894f9
commit
49256feef1
1 changed files with 1 additions and 1 deletions
|
@ -1918,7 +1918,7 @@ class PDFParserBlock(Block):
|
|||
self.json_schema = {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"extracted_information": {
|
||||
"output": {
|
||||
"type": "object",
|
||||
"description": "Information extracted from the text",
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue