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 74d5bb7 commit 007c7b4Copy full SHA for 007c7b4
FirebaseVertexAI/CHANGELOG.md
@@ -2,6 +2,9 @@
2
- [fixed] Fixed an issue where `VertexAI.vertexAI(app: app1)` and
3
`VertexAI.vertexAI(app: app2)` would return the same instance if their
4
`location` was the same, including the default `us-central1`. (#14007)
5
+- [changed] Removed `format: "double"` in `Schema.double()` since
6
+ double-precision accuracy isn't enforced by the model; continue using the
7
+ Swift `Double` type when decoding data produced with this schema. (#13990)
8
9
# 11.4.0
10
- [feature] Vertex AI in Firebase is now Generally Available (GA) and can be
0 commit comments