@hivegpt/hiveai-angular 0.0.196 → 0.0.198
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/bundles/hivegpt-hiveai-angular.umd.js +1 -1
- package/bundles/hivegpt-hiveai-angular.umd.js.map +1 -1
- package/bundles/hivegpt-hiveai-angular.umd.min.js +1 -1
- package/bundles/hivegpt-hiveai-angular.umd.min.js.map +1 -1
- package/esm2015/lib/components/chat-drawer/chat-drawer.component.js +2 -2
- package/fesm2015/hivegpt-hiveai-angular.js +1 -1
- package/fesm2015/hivegpt-hiveai-angular.js.map +1 -1
- package/package.json +1 -1
|
@@ -814,6 +814,7 @@
|
|
|
814
814
|
time: formatNow(_this.timezone),
|
|
815
815
|
};
|
|
816
816
|
_this.chatLog.push(currentChatMessage);
|
|
817
|
+
_this.showFeedBackIconsIndex = _this.chatLog.length - 1;
|
|
817
818
|
}
|
|
818
819
|
// Handle the fields based on their presence
|
|
819
820
|
if (online_search_terms && Array.isArray(online_search_terms)) {
|
|
@@ -832,7 +833,6 @@
|
|
|
832
833
|
_this.isChatingWithAi = false;
|
|
833
834
|
console.log('Answer:', answer);
|
|
834
835
|
currentChatMessage.message = _this.processMessageForDisplay(answer);
|
|
835
|
-
_this.showFeedBackIconsIndex = _this.chatLog.length - 1;
|
|
836
836
|
_this.cdr.markForCheck();
|
|
837
837
|
_this.scrollToBottom();
|
|
838
838
|
}
|