mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 10:59:40 +00:00
Instruct LLM to not pass a list to the domain (#118451)
This commit is contained in:
@@ -423,9 +423,10 @@ async def test_assist_api_prompt(
|
||||
)
|
||||
first_part_prompt = (
|
||||
"Call the intent tools to control Home Assistant. "
|
||||
"Do not pass the domain to the intent tools as a list. "
|
||||
"When controlling a device, prefer passing just its name and its domain "
|
||||
"(what comes before the dot in its entity id). "
|
||||
"When controlling an area, prefer passing just area name and a single domain."
|
||||
"When controlling an area, prefer passing just area name and domain."
|
||||
)
|
||||
no_timer_prompt = "This device does not support timers."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user