@sprucelabs/sprucebot-llm 11.1.18 → 11.1.19
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.
|
@@ -106,7 +106,7 @@ class ResponseParser {
|
|
|
106
106
|
if (invocations > 1) {
|
|
107
107
|
throw new SpruceError({
|
|
108
108
|
code: 'CALLBACK_ERROR',
|
|
109
|
-
friendlyMessage: 'You can only invoke one callback per message.',
|
|
109
|
+
friendlyMessage: 'You can only invoke one callback per message. You will need to try to send that message again, but with only one callback invocation.',
|
|
110
110
|
});
|
|
111
111
|
}
|
|
112
112
|
}
|
|
@@ -96,7 +96,7 @@ class ResponseParser {
|
|
|
96
96
|
if (invocations > 1) {
|
|
97
97
|
throw new SpruceError_1.default({
|
|
98
98
|
code: 'CALLBACK_ERROR',
|
|
99
|
-
friendlyMessage: 'You can only invoke one callback per message.',
|
|
99
|
+
friendlyMessage: 'You can only invoke one callback per message. You will need to try to send that message again, but with only one callback invocation.',
|
|
100
100
|
});
|
|
101
101
|
}
|
|
102
102
|
}
|