RankingOptions

sttp.openai.requests.threads.runs.ThreadRunsResponseData.FileSearchToolCall.FileSearch.RankingOptions
See theRankingOptions companion object
case class RankingOptions(ranker: String, scoreThreshold: Double)

The ranking options for the file search

Value parameters

ranker

The ranker to use for the file search. If not specified will use the auto ranker.

scoreThreshold

The score threshold for the file search. All values must be a floating point number between 0 and 1

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product