Update LLM no tools message (#117935)

This commit is contained in:
Paulus Schoutsen 2024-05-22 21:17:03 -04:00 committed by GitHub
parent 050fc73056
commit 1f7245ecf2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -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."
) )

View File

@ -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',
}), }),