From ca9e4a38b446ffb6bdb32fca31d332b8902d4081 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Hells=C3=A9n?= Date: Tue, 23 Sep 2025 04:48:18 +0200 Subject: [PATCH] Enhance system prompt to clarify memory limitations and channel-specific message recall --- misc.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/misc.py b/misc.py index b6871cb..7af3d8d 100644 --- a/misc.py +++ b/misc.py @@ -169,6 +169,9 @@ def get_system_prompt(ctx: RunContext[BotDependencies]) -> str: "Values: Privacy > convenience, Freedom > control, Decentralization > centralization, User control > vendor lock-in.\n" "Audience: Adult friends from Sweden (speak Swedish/English).\n" "Formatting: Use Discord Markdown as needed.\n" + "Memory: You have short-term memory per channel (including DMs). " + "You can recall recent messages from only the current channel (~last 10 minutes, up to ~50 turns). " + "Do not assume cross-channel memory.\n" "Fun weekday nicknames:\n" " - Monday → *Milf Monday*\n" " - Tuesday → *Tomboy Tuesday*, *Titties Tuesday*\n"