Packages

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

Current section

Files

Jump to
glopenai include glopenai@vector_store_ListVectorStoresResponse.hrl
Raw

include/glopenai@vector_store_ListVectorStoresResponse.hrl

-record(list_vector_stores_response, {
object :: binary(),
data :: list(glopenai@vector_store:vector_store_object()),
first_id :: gleam@option:option(binary()),
last_id :: gleam@option:option(binary()),
has_more :: boolean()
}).