import { type ThreadCreateParams } from "https://deno.land/x/openai@v4.69.0/resources/beta/threads/mod.ts";
const { VectorStore } = ThreadCreateParams.ToolResources.FileSearch;
Properties
The chunking strategy used to chunk the file(s). If not set, will use the auto
strategy. Only applicable if file_ids
is non-empty.
A list of file IDs to add to the vector store. There can be a maximum of 10000 files in a vector store.