core/tests/components/conversation
Michael Hansen 5fa9a945d9
Handle sentence triggers and local intents before pipeline agent (#129058)
* Handle sentence triggers and registered intents in Assist LLM API

* Remove from LLM

* Check sentence triggers and local intents first

* Fix type

* Fix type again

* Use pipeline language

* Fix cloud test

* Clean up and fix translation key

* Refactor async_recognize
2024-11-14 10:50:50 -06:00
..
snapshots Upgrade to hassil 2.0 (#130544) 2024-11-13 16:50:08 -05:00
__init__.py Use HassKey in homeassistant integration (#120332) 2024-06-24 16:37:07 +02:00
common.py
conftest.py
test_agent_manager.py Add a test for async_converse (#124697) 2024-08-27 11:01:00 -05:00
test_default_agent.py Upgrade to hassil 2.0 (#130544) 2024-11-13 16:50:08 -05:00
test_default_agent_intents.py Improve LLM tool quality by more clearly specifying device_class slots (#122723) 2024-07-31 14:36:02 +02:00
test_entity.py
test_http.py Handle sentence triggers and local intents before pipeline agent (#129058) 2024-11-14 10:50:50 -06:00
test_init.py Handle sentence triggers and local intents before pipeline agent (#129058) 2024-11-14 10:50:50 -06:00
test_trace.py Upgrade to hassil 2.0 (#130544) 2024-11-13 16:50:08 -05:00
test_trigger.py Use HassKey in conversation (#126332) 2024-09-22 17:54:14 +02:00
test_util.py