import { type ThreadCreateParams } from "https://deno.land/x/openai@v4.38.5/resources/beta/threads/threads.ts";
const { VectorStore } = ThreadCreateParams.ToolResources.FileSearch;
Properties
A list of file IDs to add to the vector store. There can be a maximum of 10000 files in a vector store.