Skip to content

Commit 2fe43d5

Browse files
committed
Add changelog entry
1 parent d44973f commit 2fe43d5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

FirebaseVertexAI/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
is now optional (`Int?`); it may be `null` in cases such as when a
2323
`GenerateContentRequest` contains only images or other non-text content.
2424
(#13721)
25+
- [changed] **Breaking Change**: The `CountTokensError` enum has been removed;
26+
errors occurring in `GenerativeModel.countTokens(...)` are now thrown directly
27+
instead of being wrapped in a `CountTokensError.internalError`. (#13736)
2528
- [changed] The default request timeout is now 180 seconds instead of the
2629
platform-default value of 60 seconds for a `URLRequest`; this timeout may
2730
still be customized in `RequestOptions`. (#13722)

0 commit comments

Comments
 (0)