Class CohereTokenizationResult
Inheritance
CohereTokenizationResult
Assembly: Glitch9.AIDevKit.Provider.Cohere.dll
Syntax
public class CohereTokenizationResult : IUsageProvider
Properties
|
Edit this page
View Source
Declaration
[JsonProperty("meta")]
public CohereMeta Meta { get; set; }
Property Value
|
Edit this page
View Source
TokenStrings
Declaration
[JsonProperty("token_strings")]
public string[] TokenStrings { get; set; }
Property Value
|
Edit this page
View Source
Tokens
Required. An array of tokens, where each token is an integer.
Declaration
[JsonProperty("tokens")]
public int[] Tokens { get; set; }
Property Value
Methods
|
Edit this page
View Source
GetUsage()
Declaration
Returns
Implements
Extension Methods