Skip to content
Snippets Groups Projects
Unverified Commit fd9c8294 authored by Alex Yang's avatar Alex Yang Committed by GitHub
Browse files

chore: bump llamacloud openapi (#1592)

parent 0ebbfc10
No related branches found
No related tags found
No related merge requests found
---
"@llamaindex/cloud": patch
---
chore: bump llamacloud openapi
This diff is collapsed.
...@@ -118,6 +118,7 @@ export class LlamaParseReader extends FileReader { ...@@ -118,6 +118,7 @@ export class LlamaParseReader extends FileReader {
structured_output?: boolean | undefined; structured_output?: boolean | undefined;
structured_output_json_schema?: string | undefined; structured_output_json_schema?: string | undefined;
structured_output_json_schema_name?: string | undefined; structured_output_json_schema_name?: string | undefined;
extract_layout?: boolean | undefined;
// numWorkers is implemented in SimpleDirectoryReader // numWorkers is implemented in SimpleDirectoryReader
stdout?: WriteStream | undefined; stdout?: WriteStream | undefined;
...@@ -248,6 +249,7 @@ export class LlamaParseReader extends FileReader { ...@@ -248,6 +249,7 @@ export class LlamaParseReader extends FileReader {
structured_output_json_schema: this.structured_output_json_schema, structured_output_json_schema: this.structured_output_json_schema,
structured_output_json_schema_name: structured_output_json_schema_name:
this.structured_output_json_schema_name, this.structured_output_json_schema_name,
extract_layout: this.extract_layout,
} satisfies { } satisfies {
[Key in keyof Body_upload_file_api_v1_parsing_upload_post]-?: [Key in keyof Body_upload_file_api_v1_parsing_upload_post]-?:
| Body_upload_file_api_v1_parsing_upload_post[Key] | Body_upload_file_api_v1_parsing_upload_post[Key]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment