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

Provides struct and type for a Response.FileSearch.Tool.RankingOptions

Summary

Types

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