@hivegpt/hiveai-angular 0.0.326 → 0.0.327

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.
@@ -2134,7 +2134,7 @@
2134
2134
  ChatDrawerComponent.prototype.makeAskRequest = function (inputMsg, agents, conversationId, msg, chat, workflowId, workflow_inputs) {
2135
2135
  var _this = this;
2136
2136
  var _a;
2137
- var url = this.environment.BASE_URL + "/ai/ask";
2137
+ var url = this.environment.BASE_URL + "/ai/ask?first_name=" + this.firstName + "&last_name=" + this.lastName;
2138
2138
  var body = {
2139
2139
  user_question: inputMsg,
2140
2140
  user_id: this.userId,