Packages

Sans-IO OpenAI API client for Gleam, ported from async-openai

Current section

Files

Jump to
glopenai include glopenai@vector_store_VectorStoreFileError.hrl
Raw

include/glopenai@vector_store_VectorStoreFileError.hrl

-record(vector_store_file_error, {
code :: glopenai@vector_store:vector_store_file_error_code(),
message :: binary()
}).