@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.
@@ -4,7 +4,7 @@ import { FirebaseError, Deferred, getModularInstance } from '@firebase/util';
4
4
  import { Logger } from '@firebase/logger';
5
5
 
6
6
  var name = "@firebase/ai";
7
- var version = "2.7.0-canary.8123231a1";
7
+ var version = "2.7.0-canary.b10a296fa";
8
8
 
9
9
  /**
10
10
  * @license
@@ -392,7 +392,7 @@ const InferenceSource = {
392
392
  /**
393
393
  * Represents the result of the code execution.
394
394
  *
395
- * @beta
395
+ * @public
396
396
  */
397
397
  const Outcome = {
398
398
  UNSPECIFIED: 'OUTCOME_UNSPECIFIED',
@@ -403,7 +403,7 @@ const Outcome = {
403
403
  /**
404
404
  * The programming language of the code.
405
405
  *
406
- * @beta
406
+ * @public
407
407
  */
408
408
  const Language = {
409
409
  UNSPECIFIED: 'LANGUAGE_UNSPECIFIED',
@@ -454,7 +454,7 @@ const ThinkingLevel = {
454
454
  * <b>URL_RETRIEVAL_STATUS_UNSAFE:</b> The URL retrieval failed because the content is unsafe.
455
455
  * <br/>
456
456
  *
457
- * @beta
457
+ * @public
458
458
  */
459
459
  const URLRetrievalStatus = {
460
460
  /**