@hivegpt/hiveai-angular 0.0.401 → 0.0.402
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 +1 -1
- 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/voice-agent/services/voice-agent.service.js +2 -2
- package/fesm2015/hivegpt-hiveai-angular.js +1 -1
- package/fesm2015/hivegpt-hiveai-angular.js.map +1 -1
- package/package.json +1 -1
|
@@ -1229,7 +1229,7 @@
|
|
|
1229
1229
|
connectUrl = baseUrl + "/ai/ask-voice";
|
|
1230
1230
|
headers = new Headers();
|
|
1231
1231
|
headers.set('Authorization', "Bearer " + token);
|
|
1232
|
-
|
|
1232
|
+
// Do not set Content-Type here — the Pipecat client already sets "application/json" once; adding it again produces "application/json, application/json"
|
|
1233
1233
|
headers.set('domain-authority', domainAuthority);
|
|
1234
1234
|
headers.set('eventtoken', eventToken);
|
|
1235
1235
|
headers.set('eventurl', eventUrl);
|