mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +00:00
Update LLM no tools message (#117935)
This commit is contained in:
parent
050fc73056
commit
1f7245ecf2
@ -20,8 +20,8 @@ from .singleton import singleton
|
|||||||
LLM_API_ASSIST = "assist"
|
LLM_API_ASSIST = "assist"
|
||||||
|
|
||||||
PROMPT_NO_API_CONFIGURED = (
|
PROMPT_NO_API_CONFIGURED = (
|
||||||
"If the user wants to control a device, tell them to edit the AI configuration and "
|
"Only if the user wants to control a device, tell them to edit the AI configuration "
|
||||||
"allow access to Home Assistant."
|
"and allow access to Home Assistant."
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
@ -37,7 +37,7 @@
|
|||||||
- Test Device 4
|
- Test Device 4
|
||||||
- 1 (3)
|
- 1 (3)
|
||||||
|
|
||||||
If the user wants to control a device, tell them to edit the AI configuration and allow access to Home Assistant.
|
Only if the user wants to control a device, tell them to edit the AI configuration and allow access to Home Assistant.
|
||||||
''',
|
''',
|
||||||
'role': 'user',
|
'role': 'user',
|
||||||
}),
|
}),
|
||||||
@ -96,7 +96,7 @@
|
|||||||
- Test Device 4
|
- Test Device 4
|
||||||
- 1 (3)
|
- 1 (3)
|
||||||
|
|
||||||
If the user wants to control a device, tell them to edit the AI configuration and allow access to Home Assistant.
|
Only if the user wants to control a device, tell them to edit the AI configuration and allow access to Home Assistant.
|
||||||
''',
|
''',
|
||||||
'role': 'user',
|
'role': 'user',
|
||||||
}),
|
}),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user