mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 04:50:05 +00:00
Flip prompts to put user prompt on top (#118085)
This commit is contained in:
@@ -30,8 +30,8 @@
|
||||
'history': list([
|
||||
dict({
|
||||
'parts': '''
|
||||
Only if the user wants to control a device, tell them to edit the AI configuration and allow access to Home Assistant.
|
||||
Answer in plain text. Keep it simple and to the point.
|
||||
Only if the user wants to control a device, tell them to edit the AI configuration and allow access to Home Assistant.
|
||||
''',
|
||||
'role': 'user',
|
||||
}),
|
||||
@@ -83,8 +83,8 @@
|
||||
'history': list([
|
||||
dict({
|
||||
'parts': '''
|
||||
Only if the user wants to control a device, tell them to edit the AI configuration and allow access to Home Assistant.
|
||||
Answer in plain text. Keep it simple and to the point.
|
||||
Only if the user wants to control a device, tell them to edit the AI configuration and allow access to Home Assistant.
|
||||
''',
|
||||
'role': 'user',
|
||||
}),
|
||||
@@ -136,8 +136,8 @@
|
||||
'history': list([
|
||||
dict({
|
||||
'parts': '''
|
||||
Call the intent tools to control Home Assistant. Just pass the name to the intent.
|
||||
Answer in plain text. Keep it simple and to the point.
|
||||
Call the intent tools to control Home Assistant. Just pass the name to the intent.
|
||||
''',
|
||||
'role': 'user',
|
||||
}),
|
||||
@@ -189,8 +189,8 @@
|
||||
'history': list([
|
||||
dict({
|
||||
'parts': '''
|
||||
Call the intent tools to control Home Assistant. Just pass the name to the intent.
|
||||
Answer in plain text. Keep it simple and to the point.
|
||||
Call the intent tools to control Home Assistant. Just pass the name to the intent.
|
||||
''',
|
||||
'role': 'user',
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user