Open
Description
I have a root agent that is using a live model, and an AgentTool of that parent that is using a non-live model. When I try to use the Microphone feature in the web app, general talking works fine. However, when the Agent tries to use the agent-tool I see this error on the console:
raise_for_async_response
raise ClientError(status_code, response_json, response)
google.genai.errors.ClientError: 400 INVALID_ARGUMENT. {'error': {'code': 400, 'message': 'gemini-2.0-flash-live-preview-04-09 is not supported in the generateContent API.', 'status': 'INVALID_ARGUMENT'}}
Any help / guidance would be greatly appreciated.