@hivegpt/hiveai-angular 0.0.311 → 0.0.313
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 +3 -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 +4 -2
- package/fesm2015/hivegpt-hiveai-angular.js +3 -1
- package/fesm2015/hivegpt-hiveai-angular.js.map +1 -1
- package/lib/components/chat-drawer/chat-drawer.component.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -667,6 +667,7 @@ class ChatDrawerComponent {
|
|
|
667
667
|
copied: false,
|
|
668
668
|
isCollapsedTrue: false,
|
|
669
669
|
WorkflowExecutionId: chat.WorkflowExecutionId,
|
|
670
|
+
_id: chat._id
|
|
670
671
|
});
|
|
671
672
|
}
|
|
672
673
|
if (chat.Type == 'ai') {
|
|
@@ -685,6 +686,7 @@ class ChatDrawerComponent {
|
|
|
685
686
|
time: formatTimeStamps(this.timezone, chat.InsertTimestamp),
|
|
686
687
|
copied: false,
|
|
687
688
|
isCollapsedTrue: false,
|
|
689
|
+
_id: chat._id
|
|
688
690
|
});
|
|
689
691
|
this.showFeedBackIconsIndex = this.chatLog.length - 1;
|
|
690
692
|
}
|
|
@@ -970,7 +972,7 @@ class ChatDrawerComponent {
|
|
|
970
972
|
method: 'POST',
|
|
971
973
|
headers: {
|
|
972
974
|
'Content-Type': 'application/json',
|
|
973
|
-
'
|
|
975
|
+
'apiKey': 'Conversation_WIz/qAm+EEmfOkFaUA/weA==',
|
|
974
976
|
'hive-bot-id': this.botId
|
|
975
977
|
},
|
|
976
978
|
body: JSON.stringify({ messageId: message._id, isHelpful: flag }),
|