Skip to content

Commit

Permalink
add unsupported_file error type (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
JensWalter authored Aug 29, 2024
1 parent 6d70a33 commit 7bb0858
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions async-openai/src/types/vector_store.rs
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ pub enum VectorStoreFileErrorCode {
FileNotFound,
ParsingError,
UnhandledMimeType,
UnsupportedFile,
}

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

0 comments on commit 7bb0858

Please sign in to comment.