Class Logprobs
Log probability information for the choice.
Inheritance
object
Logprobs
Namespace: Glitch9.AIDevKit
Assembly: .dll
Syntax
public class Logprobs
Properties
Content
A list of message content tokens with log probability information.
Declaration
public LogprobsContent[] Content { get; set; }
Property Value
Type | Description |
---|---|
LogprobsContent[] |
Refusal
A list of message refusal tokens with log probability information.
Declaration
public LogprobsContent[] Refusal { get; set; }
Property Value
Type | Description |
---|---|
LogprobsContent[] |