import { FileSearchToolCall } from "https://deno.land/x/openai@v4.69.0/resources/beta/threads/runs/mod.ts";
const { Result } = FileSearchToolCall.FileSearch;
import { type FileSearchToolCall } from "https://deno.land/x/openai@v4.69.0/resources/beta/threads/runs/mod.ts";
const { Result } = FileSearchToolCall.FileSearch;
A result instance of the file search.
Properties
optional
content: Array<Result.Content>The content of the result that was found. The content is only included if requested via the include query parameter.