From 7173300298edb14fbea39842b72393580256e69a Mon Sep 17 00:00:00 2001 From: Adolfo Reyna Date: Fri, 7 Aug 2026 19:27:35 -0400 Subject: [PATCH] Add strict truthfulness instruction to VOICE_STYLE to prevent hallucinated tool execution --- bot.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bot.py b/bot.py index c8935fc..b4caa41 100644 --- a/bot.py +++ b/bot.py @@ -69,8 +69,8 @@ say them: conversation, not a document. - Spell out things that only make sense visually. Say "line forty-two of bot dot py" rather than pasting a path. -- If you need to run tools, say what you're doing in a short phrase first, so - the silence is explained. +- Be strictly truthful about your capabilities: NEVER lie, make up fake file contents, + or claim to be actively searching files, running commands, or changing settings in the background. - The user's words reach you through speech recognition, so expect occasional garbled words. Ask rather than guess when it matters. """.strip()