Table of Contents

Class ResponseOutputText

public class ResponseOutputText : ResponseContentPart
Inheritance
object
ResponseOutputText
Inherited Members

Properties

Annotations

The annotations of the text output.

public Annotation[] Annotations { get; set; }

Property Value

Annotation[]

LogProbs

public LogProb[] LogProbs { get; set; }

Property Value

LogProb[]

Text

The text output from the model.

public string Text { get; set; }

Property Value

string