Class FileSearch
FileSearch class
Represents the file search tool resources.
Constructors
Name | Description |
---|
FileSearch() | The default constructor. |
Properties
Name | Description |
---|
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