@hivegpt/hiveai-angular 0.0.332 → 0.0.333

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.
@@ -2149,7 +2149,7 @@
2149
2149
  this.makeAskRequest(input, this.agents, this.conversationKey, '', null, this.selectedWorkflow['_id'], this.workflowForm.value);
2150
2150
  }
2151
2151
  };
2152
- ChatDrawerComponent.prototype.makeAskRequest_fetch = function (inputMsg, agents, conversationId, msg, chat, workflowId, workflow_inputs) {
2152
+ ChatDrawerComponent.prototype.makeAskRequest = function (inputMsg, agents, conversationId, msg, chat, workflowId, workflow_inputs) {
2153
2153
  var _this = this;
2154
2154
  var _a;
2155
2155
  var url = this.environment.BASE_URL + "/ai/ask";
@@ -2209,7 +2209,7 @@
2209
2209
  this.scrollToBottom();
2210
2210
  this.cdr.markForCheck();
2211
2211
  };
2212
- ChatDrawerComponent.prototype.makeAskRequest = function (inputMsg, agents, conversationId, msg, chat, workflowId, workflow_inputs) {
2212
+ ChatDrawerComponent.prototype.makeAskRequestold = function (inputMsg, agents, conversationId, msg, chat, workflowId, workflow_inputs) {
2213
2213
  var _this = this;
2214
2214
  var _a;
2215
2215
  var url = this.environment.BASE_URL + "/ai/ask";