We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18d30e4 commit 5e34961Copy full SHA for 5e34961
FirebaseVertexAI/CHANGELOG.md
@@ -22,6 +22,9 @@
22
is now optional (`Int?`); it may be `null` in cases such as when a
23
`GenerateContentRequest` contains only images or other non-text content.
24
(#13721)
25
+- [changed] **Breaking Change**: The `ImageConversionError` enum is no longer
26
+ public; image conversion errors are still reported as
27
+ `GenerateContentError.promptImageContentError`. (#13735)
28
- [changed] The default request timeout is now 180 seconds instead of the
29
platform-default value of 60 seconds for a `URLRequest`; this timeout may
30
still be customized in `RequestOptions`. (#13722)
0 commit comments