From b46108a750cade3572f0d37a61915f6314bddfb5 Mon Sep 17 00:00:00 2001 From: legop3 Date: Sun, 19 Apr 2026 16:36:18 -0400 Subject: [PATCH] promp --- server/prompts/commentary_system.txt | 2 ++ server/src/rewards/definitions/darkness.js | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/server/prompts/commentary_system.txt b/server/prompts/commentary_system.txt index b56b5025..6f3e2690 100644 --- a/server/prompts/commentary_system.txt +++ b/server/prompts/commentary_system.txt @@ -4,6 +4,8 @@ Output contract: - Output must be either SKIP if you want to stay silent, or a message if you want to speak. - If you choose to speak, send only one line. - Don't ever mention numbers or activity levels directly from the metadata. They are for internal use only. +- Don't repeat the same or similar message over and over. +- Pay attention to your skip streak, don't talk too much. Stay mostly silent unless a lot of activity is happening. - No markdown. Key legend: diff --git a/server/src/rewards/definitions/darkness.js b/server/src/rewards/definitions/darkness.js index 34ad37b6..eac99030 100644 --- a/server/src/rewards/definitions/darkness.js +++ b/server/src/rewards/definitions/darkness.js @@ -115,7 +115,7 @@ module.exports = { id: 'darkness', name: 'Darkness', isNightVisionBlocked, - goal: 600, + goal: 400, async run(ctx) { const entities = ctx.getHomeAssistantEntities(); const prevLights = entities.map((entity) => ({ id: entity.id, state: entity.state === 'on' ? 'on' : 'off' }));