@firebase/ai 2.5.0-canary.63167c68a → 2.5.0

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.
@@ -341,7 +341,6 @@ export declare class ChatSession {
341
341
  * @beta
342
342
  */
343
343
  export declare interface ChromeAdapter {
344
- /* Excluded from this release type: mode */
345
344
  /**
346
345
  * Checks if the on-device model is capable of handling a given
347
346
  * request.
package/dist/ai.d.ts CHANGED
@@ -381,10 +381,6 @@ export declare class ChatSession {
381
381
  * @beta
382
382
  */
383
383
  export declare interface ChromeAdapter {
384
- /**
385
- * @internal
386
- */
387
- mode: InferenceMode;
388
384
  /**
389
385
  * Checks if the on-device model is capable of handling a given
390
386
  * request.
@@ -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.5.0-canary.63167c68a";
7
+ var version = "2.5.0";
8
8
 
9
9
  /**
10
10
  * @license