diff options
| author | Fuwn <[email protected]> | 2025-09-25 16:05:22 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-09-25 16:05:22 -0700 |
| commit | 642593da7bddbafc0d7d19003f91487760b65566 (patch) | |
| tree | 2d51bd8b9400259225cf495e8fe38761129549a0 /packages/gateway | |
| parent | fix(gateway:aiModeration): Improve analysis context (diff) | |
| download | umabotdiscord-642593da7bddbafc0d7d19003f91487760b65566.tar.xz umabotdiscord-642593da7bddbafc0d7d19003f91487760b65566.zip | |
fix(gateway:aiModeration): Improve adult content analysis
Diffstat (limited to 'packages/gateway')
| -rw-r--r-- | packages/gateway/src/listeners/aiModeration.ts | 6 |
1 files changed, 6 insertions, 0 deletions
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, |