lr-chatbot 0.24.1 → 0.24.2

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 CHANGED
@@ -22580,7 +22580,7 @@ let En = class extends me {
22580
22580
  this.rating = s;
22581
22581
  const o = {
22582
22582
  score: s,
22583
- feedback: s.toString()
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.1";
22748
+ return "LR Chatbot - 0.24.2";
22749
22749
  }
22750
22750
  async connectedCallback() {
22751
22751
  super.connectedCallback(), this._conversationHistoryTask.run();