Class LogprobsInfo
Log probability information for the choice.
Inherited Members
Namespace: Glitch9.AIDevKit.OpenAI
Assembly: Glitch9.AIDevKit.dll
Syntax
public sealed class LogprobsInfo
Properties
| Edit this page View SourceContent
A list of message content tokens with log probability information.
Declaration
[JsonProperty("content")]
public TokenLogProb[] Content { get; set; }
Property Value
| Type | Description |
|---|---|
| TokenLogProb[] |
Refusal
A list of message refusal tokens with log probability information.
Declaration
[JsonProperty("refusal")]
public TokenLogProb[] Refusal { get; set; }
Property Value
| Type | Description |
|---|---|
| TokenLogProb[] |