mem0ai 2.1.6 → 2.1.8

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.
package/dist/index.d.mts CHANGED
@@ -33,7 +33,7 @@ declare enum API_VERSION {
33
33
  declare enum Feedback {
34
34
  POSITIVE = "POSITIVE",
35
35
  NEGATIVE = "NEGATIVE",
36
- NEUTRAL = "NEUTRAL"
36
+ VERY_NEGATIVE = "VERY_NEGATIVE"
37
37
  }
38
38
  interface MultiModalMessages {
39
39
  type: "image_url";
package/dist/index.d.ts CHANGED
@@ -33,7 +33,7 @@ declare enum API_VERSION {
33
33
  declare enum Feedback {
34
34
  POSITIVE = "POSITIVE",
35
35
  NEGATIVE = "NEGATIVE",
36
- NEUTRAL = "NEUTRAL"
36
+ VERY_NEGATIVE = "VERY_NEGATIVE"
37
37
  }
38
38
  interface MultiModalMessages {
39
39
  type: "image_url";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mem0ai",
3
- "version": "2.1.6",
3
+ "version": "2.1.8",
4
4
  "description": "The Memory Layer For Your AI Apps",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",