Packages

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

Current section

Files

Jump to
glopenai include glopenai@vector_store_VectorStoreFileObject.hrl
Raw

include/glopenai@vector_store_VectorStoreFileObject.hrl

-record(vector_store_file_object, {
id :: binary(),
object :: binary(),
usage_bytes :: integer(),
created_at :: integer(),
vector_store_id :: binary(),
status :: glopenai@vector_store:vector_store_file_status(),
last_error :: gleam@option:option(glopenai@vector_store:vector_store_file_error()),
chunking_strategy :: gleam@option:option(glopenai@vector_store:chunking_strategy_response()),
attributes :: gleam@option:option(gleam@dict:dict(binary(), glopenai@vector_store:attribute_value()))
}).