interface FileSearch {
    vector_store_ids?: string[];
    vector_stores?: OpenAI.Beta.Threads.ThreadCreateParams.ToolResources.FileSearch.VectorStore[];
}

Properties

vector_store_ids?: string[]

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.