@subcortex-ai/sdk 0.3.5 → 0.3.6
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.cjs +7 -7
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +4 -1
- package/dist/index.d.ts +4 -1
- package/dist/index.js +7 -7
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -594,14 +594,14 @@ function isValidSignalType(type) {
|
|
|
594
594
|
return false;
|
|
595
595
|
}
|
|
596
596
|
var SIGNAL_DECAY_CONFIG = {
|
|
597
|
-
|
|
598
|
-
excitement:
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
confusion: 24,
|
|
602
|
-
gratitude: 24,
|
|
603
|
-
tension: 24,
|
|
597
|
+
confusion: 8,
|
|
598
|
+
excitement: 16,
|
|
599
|
+
frustration: 18,
|
|
600
|
+
tension: 18,
|
|
604
601
|
sentiment: 24,
|
|
602
|
+
concern: 36,
|
|
603
|
+
satisfaction: 48,
|
|
604
|
+
gratitude: 48,
|
|
605
605
|
_default: 24
|
|
606
606
|
};
|
|
607
607
|
function getDecayHalfLife(signalType) {
|