Class ResponseOutputText
Inheritance
ResponseOutputText
Assembly: Glitch9.AIDevKit.dll
Syntax
public class ResponseOutputText : ResponseContentPart
Properties
|
Edit this page
View Source
Annotations
The annotations of the text output.
Declaration
[JsonProperty("annotations")]
public Annotation[] Annotations { get; set; }
Property Value
|
Edit this page
View Source
LogProbs
Declaration
[JsonProperty("logprobs")]
public LogProb[] LogProbs { get; set; }
Property Value
|
Edit this page
View Source
Text
The text output from the model.
Declaration
[JsonProperty("text")]
public string Text { get; set; }
Property Value
Extension Methods