Class FileSearch
- Namespace
- OpenAI.
Object Models. Request Models
- Assembly
- AntRunnerLib.dll
- Inheritance
-
System.
Object FileSearch
- Inherited Members
-
System.
Object. Equals(System. Object) System.Object. Equals(System. Object, System. Object) System.Object. Get Hash Code() System.Object. Get Type() System.Object. Memberwise Clone() System.Object. Reference Equals(System. Object, System. Object) System.Object. To String()
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 >>