Skip to main content
Module

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

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

Properties

optional
text: string

The text content of the file.

optional
type: "text"

The type of the content.