Is your feature request related to a problem?
In the TTS input for gemini-2.5-flash-preview-tts, user prompts like please write your message or कृपया अपना संदेश लिखें are treated as default instructions, leading to no response generation.
Describe the solution you'd like
- Wrap the text inside
<transcript> @results.response </transcript>
- Alternatively, change the model to
gemini-3.1-flash-preview-tts
Original issue
Describe the bug
Currently in the TTS input if the user sends please write your message or कृपया अपना संदेश लिखें for gemini-2.5-flash-preview-tts it considers it to be default instruction and does not generate the response.
One solution is to wrap the text inside <transcript> @results.response </ transcript> or change the model to gemini-3.1-flash-preview-tts
Is your feature request related to a problem?
In the TTS input for
gemini-2.5-flash-preview-tts, user prompts likeplease write your messageorकृपया अपना संदेश लिखेंare treated as default instructions, leading to no response generation.Describe the solution you'd like
<transcript> @results.response </transcript>gemini-3.1-flash-preview-ttsOriginal issue
Describe the bug
Currently in the TTS input if the user sends
please write your messageorकृपया अपना संदेश लिखेंforgemini-2.5-flash-preview-ttsit considers it to be default instruction and does not generate the response.One solution is to wrap the text inside
<transcript> @results.response </ transcript>or change the model togemini-3.1-flash-preview-tts