From cfc4313bce751ce89973a076d8f1f9a2ee048ed1 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Thu, 25 Sep 2025 16:46:50 -0700 Subject: fix(gateway:aiModeration): Improve adult content analysis --- packages/gateway/src/listeners/aiModeration.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'packages/gateway/src') diff --git a/packages/gateway/src/listeners/aiModeration.ts b/packages/gateway/src/listeners/aiModeration.ts index ec3ebf3..4f722b0 100644 --- a/packages/gateway/src/listeners/aiModeration.ts +++ b/packages/gateway/src/listeners/aiModeration.ts @@ -96,6 +96,8 @@ const analyzeMessageWithAI = async ( const prompt = ` You are an AI moderator for a Discord server. Analyze the following message for rule violations. +CRITICAL INSTRUCTION: DO NOT flag messages for Rule #6 (underage content) based solely on family relationship words like "mom", "dad", "daughter", "son", "sister", "brother". These words do NOT automatically indicate underage content. Adults can roleplay family scenarios. Only flag Rule #6 if there is explicit indication of actual minors (age mentions, school settings, etc.). + SERVER RULES: ${SERVER_RULES} -- cgit v1.2.3