use output for default json schema instead of extracted_information i… (#1607)

This commit is contained in:
Shuchang Zheng
2025-01-21 11:43:43 -08:00
committed by GitHub
parent 49256feef1
commit 98a7d1ced5

View File

@@ -20,7 +20,7 @@ export const dataSchemaExampleValue = {
export const dataSchemaExampleForFileExtraction = {
type: "object",
properties: {
extracted_information: {
output: {
type: "object",
description: "All of the information extracted from the file",
},