We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a9efd9 commit aac46c9Copy full SHA for aac46c9
1 file changed
firebase-ai/src/main/kotlin/com/google/firebase/ai/type/CountTokensResponse.kt
@@ -29,9 +29,9 @@ import kotlinx.serialization.Serializable
29
* @property totalBillableCharacters The total number of billable characters in the text input given
30
* to the model as a prompt. **Important:** this property does not include billable image, video or
31
* other non-text input. See
32
- * [Vertex AI pricing](https://cloud.google.com/vertex-ai/generative-ai/pricing) for details.
+ * [Vertex AI pricing](https://cloud.google.com/vertex-ai/generative-ai/pricing) for details.
33
* @property promptTokensDetails The breakdown, by modality, of how many tokens are consumed by the
34
- * prompt.
+ * prompt.
35
*/
36
public class CountTokensResponse(
37
public val totalTokens: Int,
0 commit comments