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

x/openai/resources/beta/mod.ts>ThreadCreateAndRunPollParams.ToolResources.FileSearch

Deno build of the official Typescript library for the OpenAI API.
Extremely Popular
Go to Latest
interface ThreadCreateAndRunPollParams.ToolResources.FileSearch
import { type ThreadCreateAndRunPollParams } from "https://deno.land/x/openai@v4.38.5/resources/beta/mod.ts";
const { FileSearch } = ThreadCreateAndRunPollParams.ToolResources;

Properties

optional
vector_store_ids: Array<string>

The ID of the vector store attached to this assistant. There can be a maximum of 1 vector store attached to the assistant.