Class ResponseOutputText
public class ResponseOutputText : ResponseContentPart
- Inheritance
-
objectResponseOutputText
- Inherited Members
Properties
Annotations
The annotations of the text output.
public Annotation[] Annotations { get; set; }
Property Value
LogProbs
public LogProb[] LogProbs { get; set; }
Property Value
- LogProb[]
Text
The text output from the model.
public string Text { get; set; }
Property Value
- string