Generated by AI agent: Add profanity filtering page to Unity 5.1 social networking reference#117
Open
allister-beamable wants to merge 1 commit into
Open
Generated by AI agent: Add profanity filtering page to Unity 5.1 social networking reference#117allister-beamable wants to merge 1 commit into
allister-beamable wants to merge 1 commit into
Conversation
Document the moderation providers (openai, local, none), the profanity Realm Config namespace (provider, openai_key, openai_model, censor_mask), assertion versus masking behavior, the whole-text masking constraint of OpenAI's moderation API, and the fail-open guarantee on provider outages. Accompanies beamable/BeamableBackend#900. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds
docs/unity/user-reference/beamable-services/social-networking/profanity-filtering.mdand its nav entry, documenting server-side profanity moderation for the Unity 5.1 docs:openai,local,none— and that no moderation is the default.profanityRealm Config namespace:provider,openai_key,openai_model,censor_mask.profanityAssertendpoint with example response and safe-for-docs test strings.Why
Community Sift was sunset in July 2026; beamable/BeamableBackend#900 replaces it with an OpenAI-moderation-backed filter selected per realm via Realm Config. This page is the customer-facing documentation for that configuration surface. It should merge once #900 is deployed.
🤖 Generated with Claude Code