run_tts is called as run_tts(self, text, context_id); the override only accepted (self, text), so every utterance raised "takes 2 positional arguments but 3 were given" and produced no audio — callers heard nothing on every call since the number-normalization change. Added context_id and pass it through. Verified the service now emits audio (118KB for a sample) with digits normalized. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
24 KiB
24 KiB