Class PerplexityChoice
Inheritance
PerplexityChoice
Assembly: Glitch9.AIDevKit.Provider.Perplexity.dll
Syntax
public class PerplexityChoice
Properties
|
Edit this page
View Source
Delta
Declaration
[JsonProperty("delta")]
public PerplexityMessage Delta { get; set; }
Property Value
|
Edit this page
View Source
FinishReason
Declaration
[JsonProperty("finish_reason")]
public FinishReason? FinishReason { get; set; }
Property Value
|
Edit this page
View Source
Index
Declaration
[JsonProperty("index")]
public int Index { get; set; }
Property Value
|
Edit this page
View Source
Message
Declaration
[JsonProperty("message")]
public PerplexityMessage Message { get; set; }
Property Value
Extension Methods