Skip to main content
Module

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

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

Properties

id: string

The ID of the tool call object.

type: "file_search"

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