import { ThreadCreateAndRunPollParams } from "https://deno.land/x/openai@v4.69.0/resources/beta/threads/mod.ts";
const { FileSearch } = ThreadCreateAndRunPollParams.Thread.ToolResources;
import { type ThreadCreateAndRunPollParams } from "https://deno.land/x/openai@v4.69.0/resources/beta/threads/mod.ts";
const { FileSearch } = ThreadCreateAndRunPollParams.Thread.ToolResources;
Properties
The vector store attached to this thread. There can be a maximum of 1 vector store attached to the thread.
optional
vector_stores: Array<FileSearch.VectorStore>A helper to create a vector store with file_ids and attach it to this thread. There can be a maximum of 1 vector store attached to the thread.