@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.
@@ -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.3.0-canary.0ffcb26af";
7
+ var version = "2.3.0-canary.7a7634f79";
8
8
 
9
9
  /**
10
10
  * @license
@@ -326,7 +326,7 @@ const InferenceMode = {
326
326
  /**
327
327
  * Represents the result of the code execution.
328
328
  *
329
- * @public
329
+ * @beta
330
330
  */
331
331
  const Outcome = {
332
332
  UNSPECIFIED: 'OUTCOME_UNSPECIFIED',
@@ -337,7 +337,7 @@ const Outcome = {
337
337
  /**
338
338
  * The programming language of the code.
339
339
  *
340
- * @public
340
+ * @beta
341
341
  */
342
342
  const Language = {
343
343
  UNSPECIFIED: 'LANGUAGE_UNSPECIFIED',