Table of Contents

Class LogprobsInfo

Log probability information for the choice.

public class LogprobsInfo
Inheritance
object
LogprobsInfo

Properties

Content

A list of message content tokens with log probability information.

public TokenLogProb[] Content { get; set; }

Property Value

TokenLogProb[]

Refusal

A list of message refusal tokens with log probability information.

public TokenLogProb[] Refusal { get; set; }

Property Value

TokenLogProb[]