@tiledesk/tiledesk-server 2.7.0 → 2.7.2
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +9 -1
- package/config/labels/widget.json +257 -252
- package/deploy.sh +1 -1
- package/middleware/fetchLabels.js +23 -13
- package/models/profile.js +3 -0
- package/package.json +1 -1
- package/routes/faq_kb.js +14 -1
- package/routes/openai.js +8 -1
- package/services/QuoteManager.js +24 -16
- package/test/faqkbRoute.js +68 -0
- package/test/messageService.js +3 -4
- package/test/openaiRoute.js +85 -19
- package/test/quoteManager.js +6 -2
- package/utils/TdCache.js +14 -0
- package/utils/aiUtils.js +7 -0
package/CHANGELOG.md
CHANGED
@@ -5,7 +5,15 @@
|
|
5
5
|
🚀 IN PRODUCTION 🚀
|
6
6
|
(https://www.npmjs.com/package/@tiledesk/tiledesk-server/v/2.3.77)
|
7
7
|
|
8
|
-
# 2.
|
8
|
+
# 2.7.2
|
9
|
+
- Improved QuoteManager with kbs and chatbots (disabled)
|
10
|
+
- Improved QuoteManager with AI multipliers
|
11
|
+
|
12
|
+
# 2.7.1
|
13
|
+
- Updated widget.json translation file
|
14
|
+
- Improved widget White Label
|
15
|
+
|
16
|
+
# 2.7.0
|
9
17
|
- Lead update queued
|
10
18
|
- Updated tybot-connector to 0.2.57
|
11
19
|
- Updated kb route
|