Share via


OpenAIPromptExecutionSettings.Store Property

Definition

Whether or not to store the output of this chat completion request for use in the OpenAI model distillation or evals products.

[System.Text.Json.Serialization.JsonIgnore(Condition=System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingNull)]
[System.Text.Json.Serialization.JsonPropertyName("store")]
public bool? Store { get; set; }
[<System.Text.Json.Serialization.JsonIgnore(Condition=System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingNull)>]
[<System.Text.Json.Serialization.JsonPropertyName("store")>]
member this.Store : Nullable<bool> with get, set
Public Property Store As Nullable(Of Boolean)

Property Value

Attributes

Applies to