core/tests/components/conversation
Michael 83baa1a788
Fix translation key for `done` response in conversation (#130247)
2024-11-15 19:02:27 +01:00
..
snapshots Bump intents to 2024.10.30 (#129505) 2024-10-30 16:20:59 +01:00
__init__.py Use HassKey in homeassistant integration (#120332) 2024-06-24 16:37:07 +02:00
common.py Refactor conversation mock_agent (#114428) 2024-03-29 14:38:58 +01:00
conftest.py Add type hints for MockAgent in conversation tests (#118701) 2024-06-03 17:44:13 +02:00
test_agent_manager.py Add a test for async_converse (#124697) 2024-08-27 11:01:00 -05:00
test_default_agent.py Fix translation key for `done` response in conversation (#130247) 2024-11-15 19:02:27 +01: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 Add conversation agent debug tracing (#118124) 2024-05-25 14:16:51 -04:00
test_http.py Use HassKey in conversation (#126332) 2024-09-22 17:54:14 +02:00
test_init.py Use HassKey in conversation (#126332) 2024-09-22 17:54:14 +02:00
test_trace.py Improve conversation agent tracing to help with eval and data collection (#122542) 2024-07-31 14:38:44 +02:00
test_trigger.py Use HassKey in conversation (#126332) 2024-09-22 17:54:14 +02:00
test_util.py