@hivegpt/hiveai-angular 0.0.284 → 0.0.291
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 -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 +2 -1
- package/fesm2015/hivegpt-hiveai-angular.js +1 -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
|
@@ -1004,6 +1004,7 @@
|
|
|
1004
1004
|
ChatDrawerComponent.prototype.fetchChatHistory = function () {
|
|
1005
1005
|
this.loading = true;
|
|
1006
1006
|
this.conversationKey = this.conversationService.getKey(this.botId, false);
|
|
1007
|
+
console.log("fetchChatHistory log");
|
|
1007
1008
|
var url = this.environment.BASE_URL + "/conversations/" + this.conversationKey;
|
|
1008
1009
|
var headers = new http.HttpHeaders({
|
|
1009
1010
|
accept: 'application/json',
|