Packages

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

Current section

Files

Jump to
glopenai include glopenai@response_FileSearchTool.hrl
Raw

include/glopenai@response_FileSearchTool.hrl

-record(file_search_tool, {
vector_store_ids :: list(binary()),
max_num_results :: gleam@option:option(integer()),
filters :: gleam@option:option(gleam@dynamic:dynamic_()),
ranking_options :: gleam@option:option(glopenai@response:ranking_options())
}).