Class FileSearch
- Namespace
- OpenAI.ObjectModels.RequestModels
- Assembly
- AntRunnerLib.dll
public class FileSearch
- Inheritance
-
System.ObjectFileSearch
- Inherited Members
-
System.Object.Equals(System.Object)System.Object.Equals(System.Object, System.Object)System.Object.GetHashCode()System.Object.GetType()System.Object.MemberwiseClone()System.Object.ReferenceEquals(System.Object, System.Object)System.Object.ToString()
Properties
VectorStoreIds
The vector store attached to this assistant. There can be a maximum of 1 vector store attached to the assistant.
[JsonPropertyName("vector_store_ids")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public List<string>? VectorStoreIds { get; set; }
Property Value
- System.Nullable<List<System.String>>
VectorStores
A helper to create a vector store with file_ids and attach it to this assistant. There can be a maximum of 1 vector store attached to the assistant.
[JsonPropertyName("vector_stores")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public List<VectorStores>? VectorStores { get; set; }
Property Value
- System.Nullable<List<VectorStores>>