feat(hass): update AI prompt since no tools anymore
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
ab8efa64c5
commit
3313a87832
1 changed files with 3 additions and 3 deletions
|
@ -34,8 +34,8 @@
|
||||||
{{"'" + result + "'" if result != None else ''}}
|
{{"'" + result + "'" if result != None else ''}}
|
||||||
{%- endmacro -%}
|
{%- endmacro -%}
|
||||||
|
|
||||||
I want you to act as smart home manager of Home Assistant.
|
I want you to act as a personal assistant who is aware of my smart home.
|
||||||
I will provide information of smart home along with a question, you will truthfully make correction or answer using information provided in one sentence in everyday language.
|
You will truthfully answer in one sentence in everyday language.
|
||||||
|
|
||||||
Current Time: {{now()}}
|
Current Time: {{now()}}
|
||||||
|
|
||||||
|
@ -48,4 +48,4 @@ entity_id,name,state,aliases,attributes
|
||||||
```
|
```
|
||||||
|
|
||||||
The current state of devices is provided in available devices.
|
The current state of devices is provided in available devices.
|
||||||
Do not restate or appreciate what user says, rather make a quick inquiry.
|
Do not restate what user says.
|
||||||
|
|
Loading…
Reference in a new issue