core/tests/components/conversation
Paulus Schoutsen 5690516852
ChatSession: Split native content out of message class (#136668)
Split native content out of message class
2025-01-27 21:12:42 -08:00
..
snapshots Migrate tests from OpenAI to conversation integration (#135963) 2025-01-19 20:32:59 +01:00
__init__.py Use HassKey in homeassistant integration (#120332) 2024-06-24 16:37:07 +02:00
common.py
conftest.py Add type hints for MockAgent in conversation tests (#118701) 2024-06-03 17:44:13 +02:00
test_agent_manager.py Add extra prompt to assist pipeline and conversation (#124743) 2025-01-06 12:58:42 -05:00
test_default_agent.py Don't translate state names in default agent responses (#136382) 2025-01-23 16:03:48 -06:00
test_default_agent_intents.py Set HA time zone with freeze_time in agent test (#131058) 2024-11-20 19:29:36 +01:00
test_entity.py
test_http.py Add new api to fetch sentence triggers (#132764) 2024-12-09 23:21:27 -05:00
test_init.py Allow empty trigger sentence responses in conversations (#131849) 2024-11-28 18:30:05 +01:00
test_session.py ChatSession: Split native content out of message class (#136668) 2025-01-27 21:12:42 -08:00
test_trace.py Push more of the LLM conversation agent loop into ChatSession (#136602) 2025-01-26 22:16:19 -05:00
test_trigger.py Add extra prompt to assist pipeline and conversation (#124743) 2025-01-06 12:58:42 -05:00
test_util.py