@firebase/ai 2.0.0-canary.56fbe5207 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -204,7 +204,7 @@ export interface ImagenSafetySettings {
204
204
  * To specify an aspect ratio for generated images, set the `aspectRatio` property in your
205
205
  * {@link ImagenGenerationConfig}.
206
206
  *
207
- * See the {@link http://firebase.google.com/docs/vertex-ai/generate-images | documentation }
207
+ * See the the {@link http://firebase.google.com/docs/vertex-ai/generate-images | documentation }
208
208
  * for more details and examples of the supported aspect ratios.
209
209
  *
210
210
  * @beta
@@ -237,7 +237,7 @@ export declare const ImagenAspectRatio: {
237
237
  * To specify an aspect ratio for generated images, set the `aspectRatio` property in your
238
238
  * {@link ImagenGenerationConfig}.
239
239
  *
240
- * See the {@link http://firebase.google.com/docs/vertex-ai/generate-images | documentation }
240
+ * See the the {@link http://firebase.google.com/docs/vertex-ai/generate-images | documentation }
241
241
  * for more details and examples of the supported aspect ratios.
242
242
  *
243
243
  * @beta
@@ -170,7 +170,7 @@ export interface GroundingMetadata {
170
170
  /**
171
171
  * Google Search entry point for web searches. This contains an HTML/CSS snippet that must be
172
172
  * embedded in an app to display a Google Search entry point for follow-up web searches related to
173
- * a model's "Grounded Response".
173
+ * a model's Grounded Response”.
174
174
  */
175
175
  searchEntryPoint?: SearchEntrypoint;
176
176
  /**
package/dist/index.cjs.js CHANGED
@@ -8,7 +8,7 @@ var util = require('@firebase/util');
8
8
  var logger$1 = require('@firebase/logger');
9
9
 
10
10
  var name = "@firebase/ai";
11
- var version = "2.0.0-canary.56fbe5207";
11
+ var version = "2.0.0";
12
12
 
13
13
  /**
14
14
  * @license
@@ -464,7 +464,7 @@ const ImagenPersonFilterLevel = {
464
464
  * To specify an aspect ratio for generated images, set the `aspectRatio` property in your
465
465
  * {@link ImagenGenerationConfig}.
466
466
  *
467
- * See the {@link http://firebase.google.com/docs/vertex-ai/generate-images | documentation }
467
+ * See the the {@link http://firebase.google.com/docs/vertex-ai/generate-images | documentation }
468
468
  * for more details and examples of the supported aspect ratios.
469
469
  *
470
470
  * @beta