Skip to content

Commit 2b34e75

Browse files
Fix the vector store object's last_error.codes
1 parent 3b75a74 commit 2b34e75

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

openapi.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12933,10 +12933,9 @@ components:
1293312933
description: One of `server_error` or `rate_limit_exceeded`.
1293412934
enum:
1293512935
[
12936-
"internal_error",
12937-
"file_not_found",
12938-
"parsing_error",
12939-
"unhandled_mime_type",
12936+
"server_error",
12937+
"unsupported_file",
12938+
"invalid_file",
1294012939
]
1294112940
message:
1294212941
type: string

0 commit comments

Comments
 (0)