Skip to content

Commit 0d01901

Browse files
committed
Add missing kdoc
1 parent 1d21728 commit 0d01901

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai/type/ModalityTokenCount.kt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ package com.google.firebase.vertexai.type
1818

1919
import kotlinx.serialization.Serializable
2020

21+
/**
22+
* Represents token counting info for a single modality.
23+
*
24+
* @property modality The modality associated with this token count.
25+
* @property tokenCount The number of tokens counted.
26+
*/
2127
public class ModalityTokenCount
2228
private constructor(public val modality: ContentModality, public val tokenCount: Int) {
2329

0 commit comments

Comments
 (0)