lr-chatbot 0.29.16 → 0.29.17
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 +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -23126,7 +23126,7 @@ let It = class extends ge {
|
|
|
23126
23126
|
qn(this, oi, t);
|
|
23127
23127
|
}
|
|
23128
23128
|
getVersion() {
|
|
23129
|
-
return "LR Chatbot - v0.29.
|
|
23129
|
+
return "LR Chatbot - v0.29.17";
|
|
23130
23130
|
}
|
|
23131
23131
|
async connectedCallback() {
|
|
23132
23132
|
super.connectedCallback(), this._conversationHistoryTask.run();
|