Packages

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

Current section

Files

Jump to
glopenai include glopenai@vector_store_VectorStoreFileBatchObject.hrl
Raw

include/glopenai@vector_store_VectorStoreFileBatchObject.hrl

-record(vector_store_file_batch_object, {
id :: binary(),
object :: binary(),
created_at :: integer(),
vector_store_id :: binary(),
status :: glopenai@vector_store:vector_store_file_batch_status(),
file_counts :: glopenai@vector_store:vector_store_file_batch_counts()
}).