Class GeminiCountTokensResponse
Response from calling {@link GenerativeModel.countTokens}.
Inherited Members
Namespace: Glitch9.AIDevKit.Google
Assembly: Glitch9.AIDevKit.Provider.Google.dll
Syntax
public class GeminiCountTokensResponse
Properties
| Edit this page View SourceTotalTokens
Declaration
[JsonProperty("totalTokens")]
public int? TotalTokens { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |