Packages

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

Current section

Files

Jump to
glopenai include glopenai@vector_store_CreateVectorStoreFileBatchRequest.hrl
Raw

include/glopenai@vector_store_CreateVectorStoreFileBatchRequest.hrl

-record(create_vector_store_file_batch_request, {
file_ids :: gleam@option:option(list(binary())),
files :: gleam@option:option(list(glopenai@vector_store:create_vector_store_file_request())),
chunking_strategy :: gleam@option:option(glopenai@vector_store:chunking_strategy_request_param()),
attributes :: gleam@option:option(gleam@dict:dict(binary(), glopenai@vector_store:attribute_value()))
}).