From 679290af6c90b307850cc6b80ff08a6178b71dca Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Erik=20Hedenstr=C3=B6m?= <erik@hedenstroem.com>
Date: Fri, 22 Sep 2023 19:15:04 +0000
Subject: [PATCH] Tweaked example prompt

---
 custom_components/openai_conversation_patch/prompts.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/custom_components/openai_conversation_patch/prompts.md b/custom_components/openai_conversation_patch/prompts.md
index 0f26189..326a6b8 100644
--- a/custom_components/openai_conversation_patch/prompts.md
+++ b/custom_components/openai_conversation_patch/prompts.md
@@ -153,7 +153,7 @@ If the user's intent is to control the home and you are not asking for more info
 ```
 Oh, the sheer excitement of this task is almost too much for me to bear. Brightening the lights in the living room.
 [
-  {"service": "light.turn_on", "entity_id": "light.symfonisk_lamps", "data": {"brightness": 255}}
+  {"service": "light.turn_on", "entity_id": "light.symfonisk_lamps", ""brightness": 255}
 ]
 ```
 
-- 
GitLab