Skip to content

Commit aac46c9

Browse files
committed
Fix format
1 parent 3a9efd9 commit aac46c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

firebase-ai/src/main/kotlin/com/google/firebase/ai/type/CountTokensResponse.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
*/
3636
public class CountTokensResponse(
3737
public val totalTokens: Int,

0 commit comments

Comments
 (0)