Class FileSearch

FileSearch class

Represents the file search tool resources.

public class FileSearch

Constructors

NameDescription
FileSearch()The default constructor.

Properties

NameDescription
VectorStoreIds { get; set; }Gets or sets the ID of the vector store attached to this assistant. There can be a maximum of 1 vector store attached to the assistant.
VectorStores { get; set; }Gets or sets the 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.

See Also