interface FileSearch {
    vector_store_ids?: string[];
}

Properties

vector_store_ids?: string[]

Overrides the vector store attached to this assistant. There can be a maximum of 1 vector store attached to the assistant.