import { AssistantCreateParams } from "https://deno.land/x/openai@v4.52.1/resources/beta/mod.ts";
const { FileSearch } = AssistantCreateParams.ToolResources;
Interfaces
The default strategy. This strategy currently uses a | |
import { type AssistantCreateParams } from "https://deno.land/x/openai@v4.52.1/resources/beta/mod.ts";
const { FileSearch } = AssistantCreateParams.ToolResources;
Properties
The vector store attached to this assistant. There can be a maximum of 1 vector store attached to the assistant.
optional
vector_stores: Array<FileSearch.VectorStore>A helper to create a vector store with file_ids and attach it to this assistant. There can be a maximum of 1 vector store attached to the assistant.