@hivegpt/hiveai-angular 0.0.193 → 0.0.195

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.
@@ -831,7 +831,7 @@
831
831
  if (answer) {
832
832
  _this.isChatingWithAi = false;
833
833
  console.log('Answer:', answer);
834
- currentChatMessage.asnwer = _this.processMessageForDisplay(answer);
834
+ currentChatMessage.message = _this.processMessageForDisplay(answer);
835
835
  _this.showFeedBackIconsIndex = _this.chatLog.length - 1;
836
836
  _this.cdr.markForCheck();
837
837
  _this.scrollToBottom();