Class FileSearchResources
Inheritance
FileSearchResources
Assembly: Glitch9.AIDevKit.Provider.OpenAI.dll
Syntax
public sealed class FileSearchResources
Properties
|
Edit this page
View Source
VectorStoreIds
The vector store attached to this thread.
There can be a maximum of 1 vector store attached to the thread.
Declaration
[JsonProperty("vector_store_ids")]
public string[] VectorStoreIds { get; set; }
Property Value
|
Edit this page
View Source
VectorStores
Declaration
[JsonProperty("vector_stores")]
public OpenAIVectorStore[] VectorStores { get; set; }
Property Value
Extension Methods