@firebase/ai 1.3.0 → 1.4.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.
@@ -9,7 +9,7 @@ var logger$1 = require('@firebase/logger');
9
9
  var tslib = require('tslib');
10
10
 
11
11
  var name = "@firebase/ai";
12
- var version = "1.3.0";
12
+ var version = "1.4.0";
13
13
 
14
14
  /**
15
15
  * @license
@@ -89,6 +89,11 @@ exports.HarmBlockThreshold = void 0;
89
89
  * All content will be allowed.
90
90
  */
91
91
  HarmBlockThreshold["BLOCK_NONE"] = "BLOCK_NONE";
92
+ /**
93
+ * All content will be allowed. This is the same as `BLOCK_NONE`, but the metadata corresponding
94
+ * to the {@link HarmCategory} will not be present in the response.
95
+ */
96
+ HarmBlockThreshold["OFF"] = "OFF";
92
97
  })(exports.HarmBlockThreshold || (exports.HarmBlockThreshold = {}));
93
98
  /**
94
99
  * This property is not supported in the Gemini Developer API ({@link GoogleAIBackend}).