OpenAIAssistantDefinition.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.WhenWritingDefault)]
public bool EnableJsonResponse { get; init; }
[<System.Text.Json.Serialization.JsonIgnore(Condition=System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)>]
member this.EnableJsonResponse : bool with get, set
Public Property EnableJsonResponse As Boolean
Property Value
- Attributes