diff options
| author | Fuwn <[email protected]> | 2025-09-20 02:52:16 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-09-20 02:52:16 -0700 |
| commit | 4aa0d33829dd3bf1b51ab9479787501649e2fc91 (patch) | |
| tree | c126619a46023dab4b4f266b843209a33f1882ab | |
| parent | fix(irm): Include videos in media check (diff) | |
| download | umabot-4aa0d33829dd3bf1b51ab9479787501649e2fc91.tar.xz umabot-4aa0d33829dd3bf1b51ab9479787501649e2fc91.zip | |
fix(irm): Expand on art check criteria
| -rw-r--r-- | src/umabot/rules/intelligent_moderator_base.py | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/src/umabot/rules/intelligent_moderator_base.py b/src/umabot/rules/intelligent_moderator_base.py index 228374c..a78359c 100644 --- a/src/umabot/rules/intelligent_moderator_base.py +++ b/src/umabot/rules/intelligent_moderator_base.py @@ -31,8 +31,15 @@ For each post, respond with a JSON object containing: "reasoning": "Brief explanation of your decision" }} -Guidelines: -- A post should be flaired as "Art" if it's primarily showcasing artwork, images, or visual content with minimal in-character text +Guidelines for Art vs In-Character: +- A post should be flaired as "Art" ONLY if it's primarily showcasing finished artwork with minimal narrative context +- Examples of Art posts: "Here's my drawing of X", "Finished artwork", "Art dump", "Commission complete" +- A post should stay "In Character" if it tells a story, shows character development, or describes actions/events from a character's perspective +- Examples of In-Character posts: "My character built this", "Here's what happened to me", "I'm working on this project", "My character's reaction to X" +- Having media (images/videos) does NOT automatically make it an Art post - consider the primary purpose and narrative context +- Posts that describe building, creating, or doing something from a character's perspective should stay In Character even if they show the result + +Guidelines for Low-Effort: - A post is "low-effort" if it lacks substance, creativity, or meaningful in-character content - Consider factors like: word count, creativity, effort, engagement potential, originality - Be strict but fair - err on the side of allowing content unless it's clearly low quality |