Current section
Files
Jump to
Current section
Files
include/glopenai@response_RankingOptions.hrl
-record(ranking_options, {
hybrid_search :: gleam@option:option(glopenai@response:hybrid_search()),
ranker :: glopenai@response:rank_version_type(),
score_threshold :: gleam@option:option(float())
}).