You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: delegate voice transcription to Claude instead of built-in whisper
Remove direct whisper dependency. Pass voice file path to Claude
with a generic instruction to transcribe using available tools.
Claude discovers and uses whatever STT MCP server is configured.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
promptParts.push("The user sent a voice message. Transcribe it using an available transcription tool, then respond to the transcribed text as their spoken message.");
688
675
}elseif(hasVoice){
689
676
promptParts.push(
690
-
"The user attached voice audio, but it could not be transcribed. Respond and ask them to resend a clearer clip."
677
+
"The user attached voice audio, but downloading it failed. Respond and ask them to resend."
0 commit comments