Przeglądaj źródła

[Firebase AI] Update CHANGELOG entry wording (#14857)

Andrew Heard 10 miesięcy temu
rodzic
commit
12a1d84309
2 zmienionych plików z 12 dodań i 9 usunięć
  1. 2 0
      .github/workflows/firebaseai.yml
  2. 10 9
      FirebaseAI/CHANGELOG.md

+ 2 - 0
.github/workflows/firebaseai.yml

@@ -8,6 +8,8 @@ on:
     - 'scripts/quickstart_build_spm.sh'
     - 'scripts/quickstart_spm_xcodeproj.sh'
     - 'Gemfile*'
+    # Do not run for documentation-only PRs.
+    - '!**.md'
   schedule:
     # Run every day at 11pm (PST) - cron uses UTC times
     - cron:  '0 7 * * *'

+ 10 - 9
FirebaseAI/CHANGELOG.md

@@ -1,19 +1,20 @@
 # 11.13.0
-- [feature] Initial release of the Firebase AI SDK (`FirebaseAI`). This SDK
-  *replaces* the previous Vertex AI in Firebase SDK (`FirebaseVertexAI`) to
+- [feature] Initial release of the Firebase AI Logic SDK (`FirebaseAI`). This
+  SDK *replaces* the previous Vertex AI in Firebase SDK (`FirebaseVertexAI`) to
   accommodate the evolving set of supported features and services.
-  - The new Firebase AI SDK provides **public preview** support for the Gemini
+  - The new Firebase AI Logic SDK provides **preview** support for the Gemini
     Developer API, including its free tier offering.
-  - Using the Firebase AI SDK with the Vertex AI Gemini API is still generally
-    available (GA).
-  <br /><br />
+  - Using the Firebase AI Logic SDK with the Vertex AI Gemini API is still
+    generally available (GA).
+
   To start using the new SDK, import the `FirebaseAI` module and use the
-  top-level `FirebaseAI` class.
+  top-level `FirebaseAI` class. See details in the [migration guide
+  ](https://firebase.google.com/docs/vertex-ai/migrate-to-latest-sdk).
 - [fixed] Fixed `ModalityTokenCount` decoding when the `tokenCount` field is
   omitted; this occurs when the count is 0. (#14745)
 - [fixed] Fixed `Candidate` decoding when `SafetyRating` values are missing a
-  category or probability; this may occur when using `gemini-2.0-flash-exp` for
-  image generation. (#14817)
+  category or probability; this may occur when using Gemini for image
+  generation. (#14817)
 
 # 11.12.0
 - [added] **Public Preview**: Added support for specifying response modalities