#Google Gemini integration broken

1 messages · Page 1 of 1 (latest)

orchid belfry
#

Am I the only one having issues with https://www.home-assistant.io/integrations/google_generative_ai_conversation/ ?

Gemini 2.5 flash returns **Unable to get response **

- type: intent-end
    data:
      processed_locally: false
      intent_output:
        response:
          speech:
            plain:
              speech: Unable to get response
              extra_data: null
          card: {}
          language: cs-CZ
          response_type: error
          data:
            code: unknown

Gemini 3 flash returns

Sorry, I had a problem getting a response from Google Generative AI.: {
"error": {
"code": 400,
"message": "Please ensure that function response turn comes immediately after a function call turn.",
"status": "INVALID_ARGUMENT"
}
}