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

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