Skip to content

Commit 7bb0858

Browse files
authored
add unsupported_file error type (64bit#249)
1 parent 6d70a33 commit 7bb0858

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

async-openai/src/types/vector_store.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ pub enum VectorStoreFileErrorCode {
184184
FileNotFound,
185185
ParsingError,
186186
UnhandledMimeType,
187+
UnsupportedFile,
187188
}
188189

189190
#[derive(Debug, Deserialize, Clone, PartialEq, Serialize)]

0 commit comments

Comments
 (0)