OpenAI::RunStepDetailsToolCallsFileSearchRankingOptionsObject
Inherits JSON::Serializable < Reference < Object
The ranking options for the file search.
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
ranker
Sourceranker=(ranker : FileSearchRanker)
Sourcescore_threshold
The score threshold for the file search. All values must be a floating point number between 0 and 1.
score_threshold=(score_threshold : Float64)
The score threshold for the file search. All values must be a floating point number between 0 and 1.
validate!
Source