Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/openai/resources/beta/threads/runs/mod.ts>FileSearchToolCallDelta

Deno build of the official Typescript library for the OpenAI API.
Extremely Popular
Go to Latest
interface FileSearchToolCallDelta
import { type FileSearchToolCallDelta } from "https://deno.land/x/openai@v4.52.1/resources/beta/threads/runs/mod.ts";

Properties

index: number

The index of the tool call in the tool calls array.

type: "file_search"

The type of tool call. This is always going to be file_search for this type of tool call.

optional
id: string

The ID of the tool call object.