@hivegpt/hiveai-angular 0.0.431 → 0.0.432
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 +2 -2
- 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 +3 -3
- package/fesm2015/hivegpt-hiveai-angular.js +2 -2
- package/fesm2015/hivegpt-hiveai-angular.js.map +1 -1
- package/package.json +1 -1
|
@@ -3464,7 +3464,7 @@
|
|
|
3464
3464
|
ChatDrawerComponent.prototype.makeAskRequest = function (inputMsg, agents, conversationId, msg, chat, workflowId, workflow_inputs) {
|
|
3465
3465
|
var _this = this;
|
|
3466
3466
|
var _a;
|
|
3467
|
-
var url =
|
|
3467
|
+
var url = "https://48c6-2405-201-5c02-991e-d91c-8adf-399c-abdc.ngrok-free.app/ai/ask";
|
|
3468
3468
|
var body = {
|
|
3469
3469
|
user_question: inputMsg,
|
|
3470
3470
|
user_id: this.userId,
|
|
@@ -3531,7 +3531,7 @@
|
|
|
3531
3531
|
ChatDrawerComponent.prototype.makeAskRequestold = function (inputMsg, agents, conversationId, msg, chat, workflowId, workflow_inputs) {
|
|
3532
3532
|
var _this = this;
|
|
3533
3533
|
var _a;
|
|
3534
|
-
var url =
|
|
3534
|
+
var url = "https://48c6-2405-201-5c02-991e-d91c-8adf-399c-abdc.ngrok-free.app/ai/ask";
|
|
3535
3535
|
var body = {
|
|
3536
3536
|
user_question: inputMsg,
|
|
3537
3537
|
user_id: this.userId,
|