Skip to content

Commit

Permalink
Fix VectorStoreFileObject last_error description
Browse files Browse the repository at this point in the history
  • Loading branch information
Amnish04 committed Sep 30, 2024
1 parent 60683fc commit e348c18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14982,7 +14982,7 @@ components:
properties:
code:
type: string
description: One of `server_error` or `rate_limit_exceeded`.
description: One of `server_error`, `unsupported_file` or `invalid_file`.
enum:
[
"server_error",
Expand Down

0 comments on commit e348c18

Please sign in to comment.