Packages

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

Current section

Files

Jump to
glopenai include glopenai@vector_store_CreateVectorStoreFileRequest.hrl
Raw

include/glopenai@vector_store_CreateVectorStoreFileRequest.hrl

-record(create_vector_store_file_request, {
file_id :: binary(),
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()))
}).