core/tests/components/conversation
Paulus Schoutsen 0b6f49fec2
Filter out certain intents from being matched in local fallback (#137763)
* Filter out certain intents from being matched in local fallback

* Only filter if LLM agent can control HA
2025-02-19 14:27:42 -06:00
..
snapshots Stream OpenAI messages into the chat log (#137400) 2025-02-09 00:01:24 -05:00
__init__.py Make MockChatLog reusable for other integrations (#138112) 2025-02-09 20:19:28 -05: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_chat_log.py Add pipeline intent-progress events based on deltas (#138095) 2025-02-09 18:09:52 -08:00
test_default_agent.py Filter out certain intents from being matched in local fallback (#137763) 2025-02-19 14:27:42 -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 Standardize homeassistant imports in component tests (a-l) (#136806) 2025-01-29 10:00:45 +01:00
test_http.py Add new api to fetch sentence triggers (#132764) 2024-12-09 23:21:27 -05:00
test_init.py Make sure we always have agent_id in ConversationInput (#137679) 2025-02-07 18:25:21 -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 Make sure we always have agent_id in ConversationInput (#137679) 2025-02-07 18:25:21 -08:00
test_util.py