Skip to content

Commit

Permalink
Merge branch 'main' into rl.clientid.header
Browse files Browse the repository at this point in the history
  • Loading branch information
rlazo authored Apr 3, 2024
2 parents a2b85d6 + 91d69a9 commit 2e01190
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ data class GenerateContentResponse(
@Serializable
data class UsageMetadata(
val promptTokenCount: Int,
val candidatesTokenCount: Int,
val candidatesTokenCount: Int?,
val totalTokenCount: Int
)

0 comments on commit 2e01190

Please sign in to comment.