Packages

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

Current section

Files

Jump to
glopenai include glopenai@vector_store_VectorStoreFileBatchCounts.hrl
Raw

include/glopenai@vector_store_VectorStoreFileBatchCounts.hrl

-record(vector_store_file_batch_counts, {
in_progress :: integer(),
completed :: integer(),
failed :: integer(),
cancelled :: integer(),
total :: integer()
}).