📖 Description
SmartTextSanitizer is an intelligent text cleaning and normalization agent for OutSystems applications.It processes raw user input or external text and returns a sanitized, standardized version according to the user’s needs.
This component combines an AI-powered AgentTask to ensure reliable results, such as:
Removing HTML tags
Normalizing spaces
Removing or replacing accented characters (diacritics)
Cleaning unnecessary special characters
Returning clean, plain text
Optionally generating URL-friendly slugs when instructed
The module is flexible, allowing you to either rely entirely on AI behavior through prompts, or combine it with technical sanitization actions for maximum consistency.
BSD-3 license (https://opensource.org/licenses/BSD-3-Clause)