Class LogprobsInfo
- Namespace
- Glitch9.AIDevKit.ChatCompletions
Log probability information for the choice.
public class LogprobsInfo
- Inheritance
-
objectLogprobsInfo
Properties
Content
A list of message content tokens with log probability information.
public TokenLogProb[] Content { get; set; }
Property Value
Refusal
A list of message refusal tokens with log probability information.
public TokenLogProb[] Refusal { get; set; }