Class LogProbs
Log probability information for the choice.
public sealed class LogProbs
- Inheritance
-
LogProbs
- Inherited Members
Properties
Content
A list of message content tokens with log probability information.
[JsonInclude]
[JsonPropertyName("content")]
public IReadOnlyList<LogProbInfo> Content { get; }
Property Value
Refusal
A list of message refusal tokens with log probability information.
[JsonInclude]
[JsonPropertyName("refusal")]
public IReadOnlyList<LogProbInfo> Refusal { get; }