@hivegpt/hiveai-angular 0.0.311 → 0.0.312
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 +2 -0
- 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 +3 -1
- package/fesm2015/hivegpt-hiveai-angular.js +2 -0
- 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
|
@@ -1139,6 +1139,7 @@
|
|
|
1139
1139
|
copied: false,
|
|
1140
1140
|
isCollapsedTrue: false,
|
|
1141
1141
|
WorkflowExecutionId: chat.WorkflowExecutionId,
|
|
1142
|
+
_id: chat._id
|
|
1142
1143
|
});
|
|
1143
1144
|
}
|
|
1144
1145
|
if (chat.Type == 'ai') {
|
|
@@ -1157,6 +1158,7 @@
|
|
|
1157
1158
|
time: formatTimeStamps(_this.timezone, chat.InsertTimestamp),
|
|
1158
1159
|
copied: false,
|
|
1159
1160
|
isCollapsedTrue: false,
|
|
1161
|
+
_id: chat._id
|
|
1160
1162
|
});
|
|
1161
1163
|
_this.showFeedBackIconsIndex = _this.chatLog.length - 1;
|
|
1162
1164
|
}
|