Packages

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

Current section

Files

Jump to
glopenai include glopenai@vector_store_ListVectorStoresQuery.hrl
Raw

include/glopenai@vector_store_ListVectorStoresQuery.hrl

-record(list_vector_stores_query, {
limit :: gleam@option:option(integer()),
order :: gleam@option:option(glopenai@vector_store:list_order()),
'after' :: gleam@option:option(binary()),
before :: gleam@option:option(binary())
}).