Share via


ChatChoiceLogProbabilityInfo.TokenLogProbabilityResults Property

Definition

The list of log probability information entries for the choice's message content tokens, as requested via the 'logprobs' option.

public System.Collections.Generic.IReadOnlyList<Azure.AI.OpenAI.ChatTokenLogProbabilityResult> TokenLogProbabilityResults { get; }
member this.TokenLogProbabilityResults : System.Collections.Generic.IReadOnlyList<Azure.AI.OpenAI.ChatTokenLogProbabilityResult>
Public ReadOnly Property TokenLogProbabilityResults As IReadOnlyList(Of ChatTokenLogProbabilityResult)

Property Value

Applies to