-
- Downloads
Swap the Gemini SDK to the newly released Unified SDK (#138246)
* Swapped the old GenAI client with the newly realeased one * Fixed the Generate Content Action, Config Flow loading and code cleanup * Add a function to mask the issues with Tools which start with Hass * Fix most tests * google-genai==1.1.0 * fixes * Fixed the remaining tests * Adressed comments --------- Co-authored-by:Paulus Schoutsen <balloob@gmail.com> Co-authored-by:
tronikos <tronikos@users.noreply.github.com>
Showing
- homeassistant/components/google_generative_ai_conversation/__init__.py 62 additions, 46 deletions.../components/google_generative_ai_conversation/__init__.py
- homeassistant/components/google_generative_ai_conversation/config_flow.py 28 additions, 17 deletions...mponents/google_generative_ai_conversation/config_flow.py
- homeassistant/components/google_generative_ai_conversation/const.py 2 additions, 0 deletions...ant/components/google_generative_ai_conversation/const.py
- homeassistant/components/google_generative_ai_conversation/conversation.py 144 additions, 105 deletions...ponents/google_generative_ai_conversation/conversation.py
- homeassistant/components/google_generative_ai_conversation/manifest.json 1 addition, 1 deletion...omponents/google_generative_ai_conversation/manifest.json
- requirements_all.txt 1 addition, 1 deletionrequirements_all.txt
- requirements_test_all.txt 1 addition, 1 deletionrequirements_test_all.txt
- tests/components/google_generative_ai_conversation/__init__.py 30 additions, 0 deletions.../components/google_generative_ai_conversation/__init__.py
- tests/components/google_generative_ai_conversation/conftest.py 14 additions, 16 deletions.../components/google_generative_ai_conversation/conftest.py
- tests/components/google_generative_ai_conversation/snapshots/test_conversation.ambr 12 additions, 141 deletions...nerative_ai_conversation/snapshots/test_conversation.ambr
- tests/components/google_generative_ai_conversation/snapshots/test_init.ambr 5 additions, 22 deletions...oogle_generative_ai_conversation/snapshots/test_init.ambr
- tests/components/google_generative_ai_conversation/test_config_flow.py 28 additions, 23 deletions...nts/google_generative_ai_conversation/test_config_flow.py
- tests/components/google_generative_ai_conversation/test_conversation.py 126 additions, 80 deletions...ts/google_generative_ai_conversation/test_conversation.py
- tests/components/google_generative_ai_conversation/test_init.py 57 additions, 53 deletions...components/google_generative_ai_conversation/test_init.py
Loading
Please register or sign in to comment