@hivegpt/hiveai-angular 0.0.203 → 0.0.204

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.
@@ -1155,7 +1155,7 @@
1155
1155
  'x-api-key': this.apiKey,
1156
1156
  },
1157
1157
  body: JSON.stringify({
1158
- user_question: this.input,
1158
+ user_question: inputMsg,
1159
1159
  user_id: this.userId,
1160
1160
  bot_id: this.botId,
1161
1161
  message_id: this.conversationService.generateKey(),