Skip to main content
Module

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

Deno build of the official Typescript library for the OpenAI API.
Extremely Popular
Go to Latest
interface Assistant.ToolResources.FileSearch
import { type Assistant } from "https://deno.land/x/openai@v4.58.1/resources/beta/mod.ts";
const { FileSearch } = Assistant.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.