@hivegpt/hiveai-angular 0.0.199 → 0.0.200
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
|
@@ -1003,7 +1003,6 @@
|
|
|
1003
1003
|
_this.chatLog.push({
|
|
1004
1004
|
type: 'user',
|
|
1005
1005
|
message: _this.processMessageForDisplay(chat.Text),
|
|
1006
|
-
executionGraphs: chat.ExecutionGraphs,
|
|
1007
1006
|
time: formatTimeStamps(_this.timezone, chat.InsertTimestamp),
|
|
1008
1007
|
copied: false,
|
|
1009
1008
|
isCollapsedTrue: false
|
|
@@ -1013,6 +1012,7 @@
|
|
|
1013
1012
|
_this.chatLog.push({
|
|
1014
1013
|
type: 'ai',
|
|
1015
1014
|
message: _this.processMessageForDisplay(chat.Text),
|
|
1015
|
+
executionGraphs: chat.ExecutionGraphs,
|
|
1016
1016
|
time: formatTimeStamps(_this.timezone, chat.InsertTimestamp),
|
|
1017
1017
|
copied: false,
|
|
1018
1018
|
isCollapsedTrue: false
|