Share via


OpenAIPromptExecutionSettings.TopLogprobs Property

Definition

An integer specifying the number of most likely tokens to return at each token position, each with an associated log probability.

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

Property Value

Attributes

Applies to