Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 860 Bytes

FileSearchRankingOptions.md

File metadata and controls

24 lines (12 loc) · 860 Bytes

FileSearchRankingOptions

The ranking options for the file search. If not specified, the file search tool will use the auto ranker and a score_threshold of 0. See the file search tool documentation for more information.

Properties

Name Type Description Notes
ranker RankerEnum The ranker to use for the file search. If not specified will use the `auto` ranker. [optional]
scoreThreshold BigDecimal The score threshold for the file search. All values must be a floating point number between 0 and 1.

Enum: RankerEnum

Name Value
AUTO "auto"
DEFAULT_2024_08_21 "default_2024_08_21"