lr-chatbot 0.24.1 → 0.24.3
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/index.js +3 -3
- package/index.js.map +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -22377,7 +22377,7 @@ let zt = class extends me {
|
|
|
22377
22377
|
method: "POST"
|
|
22378
22378
|
}), e = {
|
|
22379
22379
|
score: t,
|
|
22380
|
-
feedback:
|
|
22380
|
+
feedback: null
|
|
22381
22381
|
};
|
|
22382
22382
|
await r.chatbotConversationsMessagesRatePost(
|
|
22383
22383
|
this.messageContext.conversationId,
|
|
@@ -22580,7 +22580,7 @@ let En = class extends me {
|
|
|
22580
22580
|
this.rating = s;
|
|
22581
22581
|
const o = {
|
|
22582
22582
|
score: s,
|
|
22583
|
-
feedback:
|
|
22583
|
+
feedback: null
|
|
22584
22584
|
};
|
|
22585
22585
|
await a.chatbotConversationsRatePost(this.messageContext.conversationId, o), this.getConversationId() || this._broadcastController.send({
|
|
22586
22586
|
action: "addMessage",
|
|
@@ -22745,7 +22745,7 @@ let Tt = class extends me {
|
|
|
22745
22745
|
jn(this, oi, t);
|
|
22746
22746
|
}
|
|
22747
22747
|
getVersion() {
|
|
22748
|
-
return "LR Chatbot - 0.24.
|
|
22748
|
+
return "LR Chatbot - 0.24.3";
|
|
22749
22749
|
}
|
|
22750
22750
|
async connectedCallback() {
|
|
22751
22751
|
super.connectedCallback(), this._conversationHistoryTask.run();
|