@adminforth/agent 1.43.7 → 1.43.8

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/build.log CHANGED
@@ -60,5 +60,5 @@ custom/speech_recognition_frontend/voiceActivityDetection.ts
60
60
  custom/speech_recognition_frontend/types/
61
61
  custom/speech_recognition_frontend/types/voice-activity-detection.d.ts
62
62
 
63
- sent 1,663,013 bytes received 883 bytes 3,327,792.00 bytes/sec
64
- total size is 1,658,998 speedup is 1.00
63
+ sent 1,663,049 bytes received 883 bytes 3,327,864.00 bytes/sec
64
+ total size is 1,659,034 speedup is 1.00
@@ -173,7 +173,7 @@
173
173
  </button>
174
174
  </div>
175
175
  </div>
176
- <MicrophoneButton v-if="props.meta.hasAudioAdapter" />
176
+ <MicrophoneButton v-if="props.meta.hasAudioAdapter && !agentStore.isResponseInProgress" />
177
177
  <template v-if="!agentStore.isAudioChatMode">
178
178
  <Button
179
179
  v-if="!agentStore.isResponseInProgress"
@@ -173,7 +173,7 @@
173
173
  </button>
174
174
  </div>
175
175
  </div>
176
- <MicrophoneButton v-if="props.meta.hasAudioAdapter" />
176
+ <MicrophoneButton v-if="props.meta.hasAudioAdapter && !agentStore.isResponseInProgress" />
177
177
  <template v-if="!agentStore.isAudioChatMode">
178
178
  <Button
179
179
  v-if="!agentStore.isResponseInProgress"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adminforth/agent",
3
- "version": "1.43.7",
3
+ "version": "1.43.8",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",