@fonoster/common 0.8.42 → 0.8.45
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.
|
@@ -60,7 +60,7 @@ const IDLE_OPTIONS_TIMEOUT = 10000;
|
|
|
60
60
|
const IDLE_OPTIONS_MAX_TIMEOUT_COUNT = 3;
|
|
61
61
|
const VAD_ACTIVATION_THRESHOLD = 0.3;
|
|
62
62
|
const VAD_DEACTIVATION_THRESHOLD = 0.25;
|
|
63
|
-
const VAD_DEBOUNCE_FRAMES =
|
|
63
|
+
const VAD_DEBOUNCE_FRAMES = 2;
|
|
64
64
|
const conversationSettingsSchema = zod_1.z.object({
|
|
65
65
|
firstMessage: zod_1.z.string().optional(),
|
|
66
66
|
systemPrompt: zod_1.z.string(),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fonoster/common",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.45",
|
|
4
4
|
"description": "Common library for Fonoster projects",
|
|
5
5
|
"author": "Pedro Sanders <psanders@fonoster.com>",
|
|
6
6
|
"homepage": "https://github.com/fonoster/fonoster#readme",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"clean": "rimraf ./dist node_modules tsconfig.tsbuildinfo"
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@fonoster/logger": "^0.8.
|
|
21
|
+
"@fonoster/logger": "^0.8.45",
|
|
22
22
|
"@grpc/grpc-js": "~1.10.6",
|
|
23
23
|
"@grpc/proto-loader": "^0.7.12",
|
|
24
24
|
"@influxdata/influxdb-client": "^1.35.0",
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@types/nodemailer": "^6.4.14"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "5aabc6054bebd038f165d8614a2fd843dafdc1bb"
|
|
52
52
|
}
|