use output for default json schema instead of extracted_information i… (#1607)
This commit is contained in:
@@ -20,7 +20,7 @@ export const dataSchemaExampleValue = {
|
|||||||
export const dataSchemaExampleForFileExtraction = {
|
export const dataSchemaExampleForFileExtraction = {
|
||||||
type: "object",
|
type: "object",
|
||||||
properties: {
|
properties: {
|
||||||
extracted_information: {
|
output: {
|
||||||
type: "object",
|
type: "object",
|
||||||
description: "All of the information extracted from the file",
|
description: "All of the information extracted from the file",
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user