Skip to content

Commit

Permalink
Fix the vector store object's last_error.codes
Browse files Browse the repository at this point in the history
  • Loading branch information
ishaans-openai committed Jul 19, 2024
1 parent 3b75a74 commit 2b34e75
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12933,10 +12933,9 @@ components:
description: One of `server_error` or `rate_limit_exceeded`.
enum:
[
"internal_error",
"file_not_found",
"parsing_error",
"unhandled_mime_type",
"server_error",
"unsupported_file",
"invalid_file",
]
message:
type: string
Expand Down

0 comments on commit 2b34e75

Please sign in to comment.