Hi,
I eventually can use Live API with ephemeral token and with the websocket “wss://generativelanguage.googleapis.com/ws/google.ai.generativelanguage.v1alpha.GenerativeService.BidiGenerateContentConstrained?access_token=${apiKey}“. But unfortunately, it ignores the system_instruction I sent to the server. It works properly if I use just the Gemini api key with the websocket address “wss://generativelanguage.googleapis.com/ws/google.ai.generativelanguage.v1alpha.GenerativeService.BidiGenerateContent?key=${apiKey}“. Is this a known issue or limitation of the live api with ephemeral token?