From 2b34e75fe155da1829516384421ab80d9f0d8d0d Mon Sep 17 00:00:00 2001 From: Ishaan Singal Date: Fri, 19 Jul 2024 12:38:06 -0700 Subject: [PATCH] Fix the vector store object's last_error.codes --- openapi.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/openapi.yaml b/openapi.yaml index 6a9b050b..d7f5ed5a 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -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