Packages

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

Current section

Files

Jump to
glopenai include glopenai@vector_store_VectorStoreFileContentResponse.hrl
Raw

include/glopenai@vector_store_VectorStoreFileContentResponse.hrl

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