toggle menu
openai-kotlin
common
switch theme
openai-core
/
com.aallam.openai.api.run
/
FileSearchToolCallRankingOptions
File
Search
Tool
Call
Ranking
Options
@
Serializable
data
class
FileSearchToolCallRankingOptions
(
val
ranker
:
String
,
val
scoreThreshold
:
Double
)
Members
Constructors
File
Search
Tool
Call
Ranking
Options
Link copied to clipboard
constructor
(
ranker
:
String
,
scoreThreshold
:
Double
)
Properties
ranker
Link copied to clipboard
@
SerialName
(
value
=
"ranker"
)
val
ranker
:
String
The configured ranker.
score
Threshold
Link copied to clipboard
@
SerialName
(
value
=
"score_threshold"
)
val
scoreThreshold
:
Double
The configured score threshold.