Class CohereDetokenizationResult
Inheritance
CohereDetokenizationResult
Assembly: Glitch9.AIDevKit.Provider.Cohere.dll
Syntax
public class CohereDetokenizationResult : IUsageProvider
Properties
|
Edit this page
View Source
Declaration
[JsonProperty("meta")]
public CohereMeta Meta { get; set; }
Property Value
|
Edit this page
View Source
Text
Required. A string representing the list of tokens.
Declaration
[JsonProperty("text")]
public string Text { get; set; }
Property Value
Methods
|
Edit this page
View Source
GetUsage()
Declaration
Returns
Implements
Extension Methods