Class FileSearchResources
Inheritance
object
FileSearchResources
Namespace: Glitch9.AIDevKit.OpenAI
Assembly: .dll
Syntax
public sealed class FileSearchResources
Properties
VectorStoreIds
The vector store attached to this thread. There can be a maximum of 1 vector store attached to the thread.
Declaration
public string[] VectorStoreIds { get; set; }
Property Value
Type | Description |
---|---|
string[] |
VectorStores
Declaration
public VectorStore[] VectorStores { get; set; }
Property Value
Type | Description |
---|---|
VectorStore[] |