OpenAIAssistantDefinition.EnableFileSearch Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Set if file-search is enabled.
[System.Text.Json.Serialization.JsonIgnore(Condition=System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)]
public bool EnableFileSearch { get; init; }
[<System.Text.Json.Serialization.JsonIgnore(Condition=System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)>]
member this.EnableFileSearch : bool with get, set
Public Property EnableFileSearch As Boolean
Property Value
- Attributes