interface FileSearch {
    vector_store_ids?: string[];
}

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.