@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.
@@ -534,6 +534,7 @@ class ChatDrawerComponent {
534
534
  fetchChatHistory() {
535
535
  this.loading = true;
536
536
  this.conversationKey = this.conversationService.getKey(this.botId, false);
537
+ console.log("fetchChatHistory log");
537
538
  const url = `${this.environment.BASE_URL}/conversations/${this.conversationKey}`;
538
539
  const headers = new HttpHeaders({
539
540
  accept: 'application/json',