Skip to content

Commit

Permalink
Merge pull request #295 from openai/dev/ishaans/vector-store-error-co…
Browse files Browse the repository at this point in the history
…des-openapi-spec

Fix the vector store object's last_error.codes
  • Loading branch information
ishaans-openai authored Jul 19, 2024
2 parents 3b75a74 + 2b34e75 commit 2f67be9
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 2f67be9

Please sign in to comment.