@firebase/ai 2.7.0-canary.8123231a1 → 2.7.0-canary.b10a296fa

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.7.0-canary.8123231a1";
11
+ var version = "2.7.0-canary.b10a296fa";
12
12
 
13
13
  /**
14
14
  * @license
@@ -396,7 +396,7 @@ const InferenceSource = {
396
396
  /**
397
397
  * Represents the result of the code execution.
398
398
  *
399
- * @beta
399
+ * @public
400
400
  */
401
401
  const Outcome = {
402
402
  UNSPECIFIED: 'OUTCOME_UNSPECIFIED',
@@ -407,7 +407,7 @@ const Outcome = {
407
407
  /**
408
408
  * The programming language of the code.
409
409
  *
410
- * @beta
410
+ * @public
411
411
  */
412
412
  const Language = {
413
413
  UNSPECIFIED: 'LANGUAGE_UNSPECIFIED',
@@ -458,7 +458,7 @@ const ThinkingLevel = {
458
458
  * <b>URL_RETRIEVAL_STATUS_UNSAFE:</b> The URL retrieval failed because the content is unsafe.
459
459
  * <br/>
460
460
  *
461
- * @beta
461
+ * @public
462
462
  */
463
463
  const URLRetrievalStatus = {
464
464
  /**