View Source OpenAi.Response.FileSearch.RankingOptions (OpenAI REST API Client v1.0.0)

Provides struct and type for a Response.FileSearch.RankingOptions

Summary

Types

@type t() :: %OpenAi.Response.FileSearch.RankingOptions{
  ranker: String.t() | nil,
  score_threshold: number()
}