@fonoster/autopilot 0.12.16 → 0.13.1
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.
|
@@ -53,7 +53,7 @@ class AbstractLanguageModel {
|
|
|
53
53
|
});
|
|
54
54
|
// This handles late speech recognition
|
|
55
55
|
if (isReentry) {
|
|
56
|
-
logger.verbose("
|
|
56
|
+
logger.verbose("reentry detected, discarding last conversation turn");
|
|
57
57
|
const messages = await chatHistory.getMessages();
|
|
58
58
|
messages.pop(); // Last AI message
|
|
59
59
|
messages.pop(); // Last user message
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fonoster/autopilot",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.13.1",
|
|
4
4
|
"description": "Voice AI for the Fonoster platform",
|
|
5
5
|
"author": "Pedro Sanders <psanders@fonoster.com>",
|
|
6
6
|
"homepage": "https://github.com/fonoster/fonoster#readme",
|
|
@@ -34,11 +34,11 @@
|
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"@aws-sdk/client-s3": "^3.712.0",
|
|
36
36
|
"@dmitryrechkin/json-schema-to-zod": "^1.0.1",
|
|
37
|
-
"@fonoster/common": "^0.
|
|
38
|
-
"@fonoster/logger": "^0.
|
|
39
|
-
"@fonoster/sdk": "^0.
|
|
40
|
-
"@fonoster/types": "^0.
|
|
41
|
-
"@fonoster/voice": "^0.
|
|
37
|
+
"@fonoster/common": "^0.13.0",
|
|
38
|
+
"@fonoster/logger": "^0.13.0",
|
|
39
|
+
"@fonoster/sdk": "^0.13.1",
|
|
40
|
+
"@fonoster/types": "^0.13.0",
|
|
41
|
+
"@fonoster/voice": "^0.13.0",
|
|
42
42
|
"@langchain/anthropic": "^0.3.15",
|
|
43
43
|
"@langchain/community": "^0.3.32",
|
|
44
44
|
"@langchain/core": "^0.3.40",
|
|
@@ -59,5 +59,5 @@
|
|
|
59
59
|
"xstate": "^5.17.3",
|
|
60
60
|
"zod": "^3.23.8"
|
|
61
61
|
},
|
|
62
|
-
"gitHead": "
|
|
62
|
+
"gitHead": "a28e63cae58e096421386566ee93eb31622d7af3"
|
|
63
63
|
}
|