Packages

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

Current section

Files

Jump to
glopenai include glopenai@vector_store_ListVectorStoreFilesQuery.hrl
Raw

include/glopenai@vector_store_ListVectorStoreFilesQuery.hrl

-record(list_vector_store_files_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()),
filter :: gleam@option:option(glopenai@vector_store:list_files_filter())
}).