The newly Native audio output models in Gemini Live API not follows Systen Instructions, please fix it.
I am an audio output user too.. Can you please elaborate on what do you mean by not supporting system instructions?
So basically the model “Gemini 2.5 Flash Preview Native Audio Dialog” not support or not follow “System instructions” like:
config: {
responseModalities: [Modality.AUDIO],
speechConfig: {
languageCode: 'en-US',
voiceConfig: {
prebuiltVoiceConfig: {
voiceName: 'Puck',
},
},
},
systemInstruction: {
parts: [{
text: `You are an good AI.`,
}]
}
}
So in this case the model “Gemini 2.5 Flash Preview Native Audio Dialog” not follows “You are an good AI.”