Class Logprobs

Logprobs class

Represents log probability information for a choice.

public class Logprobs

Constructors

NameDescription
Logprobs()The default constructor.

Properties

NameDescription
TextOffset { get; set; }Gets or sets a list of integers representing the UTF-8 byte representation of each token.
TokenLogprobs { get; set; }Gets or sets a list of token log probabilities.
Tokens { get; set; }Gets or sets a list of message content tokens with log probability information.
TopLogprobs { get; set; }Gets or sets a list of the most likely tokens and their log probability, at each token position.

See Also