Sarvam TTS — update_options() missing target_language_code
I’m trying to switch the TTS language mid-session but update_options() doesn’t support target_language_code even though the constructor does.
- Currently having to set _opts.target_language_code directly as a workaround.
- Is this intentional or a missing feature? Any plans to add it?