File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
firebase-ai/src/main/kotlin/com/google/firebase/ai/type Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,9 +29,9 @@ import kotlinx.serialization.Serializable
2929 * @property totalBillableCharacters The total number of billable characters in the text input given
3030 * to the model as a prompt. **Important:** this property does not include billable image, video or
3131 * other non-text input. See
32- * [Vertex AI pricing](https://cloud.google.com/vertex-ai/generative-ai/pricing) for details.
32+ * [Vertex AI pricing](https://cloud.google.com/vertex-ai/generative-ai/pricing) for details.
3333 * @property promptTokensDetails The breakdown, by modality, of how many tokens are consumed by the
34- * prompt.
34+ * prompt.
3535 */
3636public class CountTokensResponse (
3737 public val totalTokens : Int ,
You can’t perform that action at this time.
0 commit comments