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>AssistantUpdateParams.ToolResources.FileSearch

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

Properties

optional
vector_store_ids: Array<string>

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