Packages

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

Current section

Files

Jump to
glopenai include glopenai@vector_store_VectorStoreObject.hrl
Raw

include/glopenai@vector_store_VectorStoreObject.hrl

-record(vector_store_object, {
id :: binary(),
object :: binary(),
created_at :: integer(),
name :: gleam@option:option(binary()),
usage_bytes :: integer(),
file_counts :: glopenai@vector_store:vector_store_file_counts(),
status :: glopenai@vector_store:vector_store_status(),
expires_after :: gleam@option:option(glopenai@vector_store:vector_store_expiration_after()),
expires_at :: gleam@option:option(integer()),
last_active_at :: gleam@option:option(integer()),
metadata :: gleam@option:option(gleam@dict:dict(binary(), binary()))
}).