@firebase/ai 2.3.0-canary.0ffcb26af → 2.3.0-canary.7a7634f79

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.3.0-canary.0ffcb26af";
11
+ var version = "2.3.0-canary.7a7634f79";
12
12
 
13
13
  /**
14
14
  * @license
@@ -330,7 +330,7 @@ const InferenceMode = {
330
330
  /**
331
331
  * Represents the result of the code execution.
332
332
  *
333
- * @public
333
+ * @beta
334
334
  */
335
335
  const Outcome = {
336
336
  UNSPECIFIED: 'OUTCOME_UNSPECIFIED',
@@ -341,7 +341,7 @@ const Outcome = {
341
341
  /**
342
342
  * The programming language of the code.
343
343
  *
344
- * @public
344
+ * @beta
345
345
  */
346
346
  const Language = {
347
347
  UNSPECIFIED: 'LANGUAGE_UNSPECIFIED',