@onereach/step-voice 7.0.22-voiceagent.1 → 7.0.22-voiceagent.2

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.
@@ -27,7 +27,7 @@ class VoiceAgentFunctionResult extends voice_1.default {
27
27
  commands: [{ name: 'agentFunctionResult', params }]
28
28
  }
29
29
  };
30
- this.log.error("Voice Agent Function Result", event);
30
+ this.log.info("Voice Agent Function Result", event);
31
31
  await this.thread.eventManager.emit(event, {
32
32
  target: callCallback,
33
33
  invocationType: 'async',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onereach/step-voice",
3
- "version": "7.0.22-voiceagent.1",
3
+ "version": "7.0.22-voiceagent.2",
4
4
  "author": "Roman Zolotarov <roman.zolotarov@onereach.com>",
5
5
  "contributors": [
6
6
  "Roman Zolotarov",