@onereach/step-voice 7.0.26-agenttimeout.3 → 7.0.26-agenttimeout.4

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.
@@ -43,7 +43,7 @@ class VoiceAgent extends voice_1.default {
43
43
  });
44
44
  this.triggers.otherwise(async () => {
45
45
  const { handlers = [], system_instruction = '', developer_messages = [], greeting_message = '', prevent_greeting_interruption = false, idle_detection_enabled = false, idle_timeout_secs = 8, idle_max_retries = 3, idle_prompts = [], idle_goodbye_message = '', custom_config_enabled = false, agent_url_overwritten = false, tool_feedback, soft_timeout, agent_url = '', mode = '', stt = {}, llm = {}, tts = {}, realtime = {} } = this.data;
46
- this.log.warn('this.data', this.data);
46
+ this.log.warn('this.data updated', this.data);
47
47
  if (lodash_1.default.isEmpty(system_instruction)) {
48
48
  this.throwError(new Error('Voice Agent: system instruction is required'));
49
49
  }
@@ -118,14 +118,12 @@ class VoiceAgent extends voice_1.default {
118
118
  config.tool_feedback = validatedFeedback;
119
119
  }
120
120
  }
121
- this.log.warn('tool_feedback', tool_feedback);
122
121
  if (soft_timeout != null) {
123
122
  const validatedSoftTimeout = this.validateSoftTimeout(soft_timeout);
124
123
  if (validatedSoftTimeout) {
125
124
  config.soft_timeout = validatedSoftTimeout;
126
125
  }
127
126
  }
128
- this.log.warn('soft_timeout', soft_timeout);
129
127
  const params = { config };
130
128
  if (agentCustomUrl) {
131
129
  params.url = agentCustomUrl;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onereach/step-voice",
3
- "version": "7.0.26-agenttimeout.3",
3
+ "version": "7.0.26-agenttimeout.4",
4
4
  "author": "Roman Zolotarov <roman.zolotarov@onereach.com>",
5
5
  "contributors": [
6
6
  "Roman Zolotarov",