@firebase/ai 2.5.0-20251028194003 → 2.5.0-canary.0800a8bed

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