Compare commits

...

3 Commits

Author SHA1 Message Date
Alex Yang e80029a39a fix: type 2025-03-12 15:11:23 +00:00
Alex Yang d04cf437f2 chore(cloud): update openapi.json 2025-03-12 15:11:23 +00:00
Alex Yang 2b1b35b897 chore(cloud): update openapi.json 2025-03-12 15:11:23 +00:00
3 changed files with 2174 additions and 482 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@llamaindex/cloud": patch
---
chore: bump sdk openapi.json
+2165 -482
View File
File diff suppressed because it is too large Load Diff
+4
View File
@@ -147,6 +147,8 @@ export class LlamaParseReader extends FileReader {
ignore_document_elements_for_layout_detection?: boolean | undefined;
complemental_formatting_instruction?: string | undefined;
content_guideline_instruction?: string | undefined;
adaptive_long_table?: boolean | undefined;
model?: string | undefined;
constructor(
params: Partial<Omit<LlamaParseReader, "language" | "apiKey">> & {
@@ -296,6 +298,8 @@ export class LlamaParseReader extends FileReader {
complemental_formatting_instruction:
this.complemental_formatting_instruction,
content_guideline_instruction: this.content_guideline_instruction,
adaptive_long_table: this.adaptive_long_table,
model: this.model,
} satisfies {
[Key in keyof Body_upload_file_api_v1_parsing_upload_post]-?:
| Body_upload_file_api_v1_parsing_upload_post[Key]