Packages

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

Current section

Files

Jump to
glopenai include glopenai@vector_store_VectorStoreSearchResultsPage.hrl
Raw

include/glopenai@vector_store_VectorStoreSearchResultsPage.hrl

-record(vector_store_search_results_page, {
object :: binary(),
search_query :: list(binary()),
data :: list(glopenai@vector_store:vector_store_search_result_item()),
has_more :: boolean(),
next_page :: gleam@option:option(binary())
}).