Share via


OpenAIAssistantInvocationOptions.EnableJsonResponse Property

Definition

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

Applies to