Skip to main content
Module

x/openai/resources/beta/threads/runs/steps.ts>FileSearchToolCall.FileSearch

Deno build of the official Typescript library for the OpenAI API.
Extremely Popular
Go to Latest
namespace FileSearchToolCall.FileSearch
import { FileSearchToolCall } from "https://deno.land/x/openai@v4.61.1/resources/beta/threads/runs/steps.ts";
const { FileSearch } = FileSearchToolCall;
interface FileSearchToolCall.FileSearch
import { type FileSearchToolCall } from "https://deno.land/x/openai@v4.61.1/resources/beta/threads/runs/steps.ts";
const { FileSearch } = FileSearchToolCall;

For now, this is always going to be an empty object.

Properties

optional
ranking_options: FileSearch.RankingOptions

The ranking options for the file search.

optional
results: Array<FileSearch.Result>

The results of the file search.