Table of Contents

Class LogProbs

Namespace
OpenAI.Chat
Assembly
OpenAI-DotNet.dll

Log probability information for the choice.

public sealed class LogProbs
Inheritance
LogProbs
Inherited Members

Properties

Content

A list of message content tokens with log probability information.

[JsonInclude]
[JsonPropertyName("content")]
public IReadOnlyList<LogProbInfo> Content { get; }

Property Value

IReadOnlyList<LogProbInfo>

Refusal

A list of message refusal tokens with log probability information.

[JsonInclude]
[JsonPropertyName("refusal")]
public IReadOnlyList<LogProbInfo> Refusal { get; }

Property Value

IReadOnlyList<LogProbInfo>