Commit 0874a3e
committed
Deprecate totalBillableCharacters in firebase-ai
I've marked the `totalBillableCharacters` field in `CountTokensResponse.kt`
as deprecated. This includes adding the `@Deprecated` annotation and
a corresponding KDoc `@deprecated` tag.
The field is planned to be removed in a future version of the SDK.1 parent f08e0c7 commit 0874a3e
File tree
1 file changed
+2
-1
lines changed- firebase-ai/src/main/kotlin/com/google/firebase/ai/type
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
38 | | - | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| |||
0 commit comments