@firebase/ai 2.2.1-canary.9b8ab02c5 → 2.2.1-canary.c1237662e

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.
@@ -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.2.1-canary.9b8ab02c5";
11
+ var version = "2.2.1-canary.c1237662e";
12
12
 
13
13
  /**
14
14
  * @license
@@ -301,7 +301,6 @@ const ResponseModality = {
301
301
  AUDIO: 'AUDIO'
302
302
  };
303
303
  /**
304
- * <b>(EXPERIMENTAL)</b>
305
304
  * Determines whether inference happens on-device or in-cloud.
306
305
  *
307
306
  * @remarks
@@ -320,7 +319,7 @@ const ResponseModality = {
320
319
  * cloud-hosted model. If not available, the SDK will fall back to an
321
320
  * on-device model.
322
321
  *
323
- * @public
322
+ * @beta
324
323
  */
325
324
  const InferenceMode = {
326
325
  'PREFER_ON_DEVICE': 'prefer_on_device',