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, command: intent.name,
confidence: String(intent.confidence), confidence: String(intent.confidence),
matched: intent.matched || "", matched: intent.matched || "",
device_id: deviceId || "", device_id: deviceId || ""
text,
}); });
console.log("Handling intent", intent); console.log("Handling intent", intent);