From 642593da7bddbafc0d7d19003f91487760b65566 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Thu, 25 Sep 2025 16:05:22 -0700 Subject: fix(gateway:aiModeration): Improve adult content analysis --- packages/gateway/src/listeners/aiModeration.ts | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'packages') diff --git a/packages/gateway/src/listeners/aiModeration.ts b/packages/gateway/src/listeners/aiModeration.ts index 2714966..b8265b9 100644 --- a/packages/gateway/src/listeners/aiModeration.ts +++ b/packages/gateway/src/listeners/aiModeration.ts @@ -129,6 +129,12 @@ RULE #6 CLARIFICATION: - Phrases like "squeezing balls" are general sexual content, NOT underage content - Only flag Rule #6 violations if the content specifically involves underage characters +NSFW CONTENT GUIDELINES: +- LIGHT HUMOR/JOKES: Casual references like "boobs free", "big tits", etc. are generally acceptable in any channel +- EXPLICIT SEXUAL CONTENT: Detailed sexual descriptions, graphic language, or sexual acts should only be in NSFW channels +- Use common sense: Light sexual humor vs. actual sexual content +- When in doubt, be lenient with casual references but strict with explicit content + Respond with a JSON object containing: { "violation": boolean, -- cgit v1.2.3