OpenAIAssistantInvocationOptions.EnableJsonResponse 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 json response-format is enabled.
[System.Text.Json.Serialization.JsonIgnore(Condition=System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingNull)]
public bool? EnableJsonResponse { get; init; }
[<System.Text.Json.Serialization.JsonIgnore(Condition=System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingNull)>]
member this.EnableJsonResponse : Nullable<bool> with get, set
Public Property EnableJsonResponse As Nullable(Of Boolean)
Property Value
- Attributes