View Source ExOpenAI.Components.FileSearchRankingOptions (ex_openai.ex v1.8.0)
Schema representing a FileSearchRankingOptions within the OpenAI API
Summary
Types
@type t() :: %ExOpenAI.Components.FileSearchRankingOptions{ ranker: ExOpenAI.Components.FileSearchRanker.t() | nil, score_threshold: float() }