import { type FileSearchTool } from "https://deno.land/x/openai@v4.69.0/resources/beta/assistants.ts";
const { RankingOptions } = FileSearchTool.FileSearch;
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.