From c052ce0ec53e93c44873a9fe5875fef1858b3373 Mon Sep 17 00:00:00 2001 From: Andrew Heard Date: Thu, 7 Nov 2024 16:54:58 -0500 Subject: [PATCH] Add CHANGELOG entry --- FirebaseVertexAI/CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/FirebaseVertexAI/CHANGELOG.md b/FirebaseVertexAI/CHANGELOG.md index b4a67aff89f..a7c1b1aaba5 100644 --- a/FirebaseVertexAI/CHANGELOG.md +++ b/FirebaseVertexAI/CHANGELOG.md @@ -1,3 +1,8 @@ +# Unreleased +- [changed] The token counts from `GenerativeModel.countTokens(...)` now include + tokens from the schema for JSON output and function calling; reported token + counts will now be higher if using these features. + # 11.5.0 - [fixed] Fixed an issue where `VertexAI.vertexAI(app: app1)` and `VertexAI.vertexAI(app: app2)` would return the same instance if their