Do not send transcript

This commit is contained in:
Apher 2026-07-16 01:11:30 +00:00
parent 19afd2f350
commit c744fff196

View File

@ -109,8 +109,7 @@ async function handleIntent(streamKey, msg) {
command: intent.name,
confidence: String(intent.confidence),
matched: intent.matched || "",
device_id: deviceId || "",
text,
device_id: deviceId || ""
});
console.log("Handling intent", intent);