import { ThreadCreateAndRunStreamParams } from "https://deno.land/x/openai@v4.52.1/resources/beta/mod.ts";
const { FileSearch } = ThreadCreateAndRunStreamParams.Thread.ToolResources;
import { type ThreadCreateAndRunStreamParams } from "https://deno.land/x/openai@v4.52.1/resources/beta/mod.ts";
const { FileSearch } = ThreadCreateAndRunStreamParams.Thread.ToolResources;
Properties
The vector store attached to this thread. There can be a maximum of 1 vector store attached to the thread.
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.