import { FileSearchToolCall } from "https://deno.land/x/openai@v4.66.1/resources/beta/threads/runs/mod.ts";
const { FileSearch } = FileSearchToolCall;
Interfaces
The ranking options for the file search. | |
A result instance of the file search. | |
import { type FileSearchToolCall } from "https://deno.land/x/openai@v4.66.1/resources/beta/threads/runs/mod.ts";
const { FileSearch } = FileSearchToolCall;
For now, this is always going to be an empty object.
Properties
optional
ranking_options: FileSearch.RankingOptionsThe ranking options for the file search.
optional
results: Array<FileSearch.Result>The results of the file search.