@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.
@@ -942,7 +942,7 @@ export declare interface GroundingMetadata {
942
942
  /**
943
943
  * Google Search entry point for web searches. This contains an HTML/CSS snippet that must be
944
944
  * embedded in an app to display a Google Search entry point for follow-up web searches related to
945
- * a model's "Grounded Response".
945
+ * a model's Grounded Response”.
946
946
  */
947
947
  searchEntryPoint?: SearchEntrypoint;
948
948
  /**
@@ -1132,7 +1132,7 @@ export declare type HarmSeverity = (typeof HarmSeverity)[keyof typeof HarmSeveri
1132
1132
  * To specify an aspect ratio for generated images, set the `aspectRatio` property in your
1133
1133
  * {@link ImagenGenerationConfig}.
1134
1134
  *
1135
- * See the {@link http://firebase.google.com/docs/vertex-ai/generate-images | documentation }
1135
+ * See the the {@link http://firebase.google.com/docs/vertex-ai/generate-images | documentation }
1136
1136
  * for more details and examples of the supported aspect ratios.
1137
1137
  *
1138
1138
  * @beta
@@ -1166,7 +1166,7 @@ export declare const ImagenAspectRatio: {
1166
1166
  * To specify an aspect ratio for generated images, set the `aspectRatio` property in your
1167
1167
  * {@link ImagenGenerationConfig}.
1168
1168
  *
1169
- * See the {@link http://firebase.google.com/docs/vertex-ai/generate-images | documentation }
1169
+ * See the the {@link http://firebase.google.com/docs/vertex-ai/generate-images | documentation }
1170
1170
  * for more details and examples of the supported aspect ratios.
1171
1171
  *
1172
1172
  * @beta
package/dist/ai.d.ts CHANGED
@@ -1016,7 +1016,7 @@ export declare interface GroundingMetadata {
1016
1016
  /**
1017
1017
  * Google Search entry point for web searches. This contains an HTML/CSS snippet that must be
1018
1018
  * embedded in an app to display a Google Search entry point for follow-up web searches related to
1019
- * a model's "Grounded Response".
1019
+ * a model's Grounded Response”.
1020
1020
  */
1021
1021
  searchEntryPoint?: SearchEntrypoint;
1022
1022
  /**
@@ -1206,7 +1206,7 @@ export declare type HarmSeverity = (typeof HarmSeverity)[keyof typeof HarmSeveri
1206
1206
  * To specify an aspect ratio for generated images, set the `aspectRatio` property in your
1207
1207
  * {@link ImagenGenerationConfig}.
1208
1208
  *
1209
- * See the {@link http://firebase.google.com/docs/vertex-ai/generate-images | documentation }
1209
+ * See the the {@link http://firebase.google.com/docs/vertex-ai/generate-images | documentation }
1210
1210
  * for more details and examples of the supported aspect ratios.
1211
1211
  *
1212
1212
  * @beta
@@ -1240,7 +1240,7 @@ export declare const ImagenAspectRatio: {
1240
1240
  * To specify an aspect ratio for generated images, set the `aspectRatio` property in your
1241
1241
  * {@link ImagenGenerationConfig}.
1242
1242
  *
1243
- * See the {@link http://firebase.google.com/docs/vertex-ai/generate-images | documentation }
1243
+ * See the the {@link http://firebase.google.com/docs/vertex-ai/generate-images | documentation }
1244
1244
  * for more details and examples of the supported aspect ratios.
1245
1245
  *
1246
1246
  * @beta
@@ -4,7 +4,7 @@ import { FirebaseError, getModularInstance } from '@firebase/util';
4
4
  import { Logger } from '@firebase/logger';
5
5
 
6
6
  var name = "@firebase/ai";
7
- var version = "2.0.0-canary.56fbe5207";
7
+ var version = "2.0.0";
8
8
 
9
9
  /**
10
10
  * @license
@@ -460,7 +460,7 @@ const ImagenPersonFilterLevel = {
460
460
  * To specify an aspect ratio for generated images, set the `aspectRatio` property in your
461
461
  * {@link ImagenGenerationConfig}.
462
462
  *
463
- * See the {@link http://firebase.google.com/docs/vertex-ai/generate-images | documentation }
463
+ * See the the {@link http://firebase.google.com/docs/vertex-ai/generate-images | documentation }
464
464
  * for more details and examples of the supported aspect ratios.
465
465
  *
466
466
  * @beta