diff options
| author | Fuwn <[email protected]> | 2025-09-17 20:20:50 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-09-17 20:20:50 -0700 |
| commit | dc542be70e0fbdbba3574b6d3297fa0baff33488 (patch) | |
| tree | afa10befa1b267df0f7425b4a5bd99d67e99fdac /TEST_MODERATOR_README.md | |
| parent | feat(intelligent_moderator): Update response grammar (diff) | |
| download | umabot-dc542be70e0fbdbba3574b6d3297fa0baff33488.tar.xz umabot-dc542be70e0fbdbba3574b6d3297fa0baff33488.zip | |
feat(intelligent_moderator): Update low-effort removal user message
Diffstat (limited to 'TEST_MODERATOR_README.md')
| -rw-r--r-- | TEST_MODERATOR_README.md | 27 |
1 files changed, 19 insertions, 8 deletions
diff --git a/TEST_MODERATOR_README.md b/TEST_MODERATOR_README.md index bfde61f..adbdab6 100644 --- a/TEST_MODERATOR_README.md +++ b/TEST_MODERATOR_README.md @@ -82,17 +82,16 @@ The tool shows: ### Actions -- **🎨 Change flair to Art**: Post will be re-flaired and user notified -- **🗑️ Remove post (low-effort)**: Post will be removed and user notified +- **🎨 Change flair to Art**: Post will be re-flaired and user notified via mod mail +- **🗑️ Remove post (low-effort)**: Post will be removed and user notified via comment - **✅ Allow post**: Post passes all checks and will be allowed -### Mod Mail Preview +### Communication Preview -The tool shows exactly what mod mail messages would be sent to users, including: +The tool shows exactly what communication would be sent to users: -- Subject lines -- Message content -- Reasoning explanations +- **Mod Mail**: For art flair changes (subject lines, message content, reasoning explanations) +- **Comments**: For low-effort removals (comment text, reasoning explanations) ## Example Output @@ -117,7 +116,18 @@ Content Preview: Check out this amazing artwork I drew of Tokai Teio! She's so b 📧 Mod Mail (Art Flair Change): Subject: Your post flair has been changed to Art Message: Your roleplay post has been automatically re-flaired as 'Art' because it appears to be primarily showcasing artwork or visual content rather than roleplay. - Reasoning: This post is primarily showcasing artwork with detailed description of the art process, making it more suitable for the Art flair than Roleplay. + +**Low-Effort Removal Example:** +``` + +📋 Actions: +🗑️ Remove post (low-effort) + +💬 Comment (Low Effort Removal): +Comment: Your roleplay post has been removed because it was determined to be low-effort content. +Reasoning: short, low-effort +Discord Recommendation: If you enjoy active roleplay, join the official r/okbuddyumamusume Discord server! It features a comprehensive layout of channels, forums, roles, bots, events, and more! https://discord.gg/okbuddyumamusume + ``` ## Setup @@ -151,3 +161,4 @@ If you encounter issues: 2. Verify your OpenAI API key is working 3. Ensure test files are valid text files 4. Check the error messages for specific guidance +``` |