{
    "version": "1.0.0",
    "lastUpdated": "2025-12-22",
    "categories": {
        "premable_greetings": {
            "description": "Conversational openings before main content",
            "patterns": [
                "Certainly!",
                "Of course!",
                "Absolutely!",
                "I'd be happy to help!",
                "Great question!",
                "That's a great question",
                "Sure thing!",
                "Definitely!",
                "I can certainly help with that",
                "Happy to help!",
                "I'd love to help",
                "Let me help you with that"
            ],
            "removalStrategy": "complete",
            "contextHint": "start_conversation"
        },
        "hedging_qualifiers": {
            "description": "Language that introduces uncertainty when not needed",
            "patterns": [
                "It's worth noting that",
                "Keep in mind that",
                "Generally speaking",
                "Typically",
                "In most cases",
                "As you may know",
                "It's important to understand",
                "Usually",
                "Often",
                "Normally",
                "For the most part",
                "As far as I know",
                "I believe",
                "It seems",
                "Probably",
                "Likely"
            ],
            "removalStrategy": "conditional",
            "contextHint": "uncertainty_qualifier",
            "condition": "remove_when_statement_is_factual"
        },
        "excessive_politeness": {
            "description": "Conversational closings that add no informational value",
            "patterns": [
                "Please let me know if you need anything else",
                "Feel free to ask if you have questions",
                "I hope this helps!",
                "Don't hesitate to reach out",
                "Happy to help further",
                "Let me know if that works for you",
                "Please let me know if you have any other questions",
                "Is there anything else I can help with?",
                "I'm here if you need more assistance"
            ],
            "removalStrategy": "complete",
            "contextHint": "conversational_closing"
        },
        "verbose_transitions": {
            "description": "Transitional phrases that add verbosity",
            "patterns": [
                "Now, let's move on to",
                "With that said",
                "Having established that",
                "Building on the above",
                "As mentioned earlier",
                "Next, I'll",
                "Moving forward",
                "Additionally",
                "Furthermore",
                "Moreover",
                "In addition",
                "Also",
                "Another point is",
                "Let's now consider",
                "Turning our attention to"
            ],
            "removalStrategy": "conditional",
            "contextHint": "transition_filler",
            "condition": "remove_when_transition_is_obvious"
        },
        "filler_explanations": {
            "description": "Explaining self-evident or obvious information",
            "patterns": [
                "I'm an AI assistant",
                "As an AI",
                "I don't have personal opinions",
                "I don't have feelings",
                "Based on my training",
                "From my perspective",
                "In my experience",
                "I should mention",
                "It's important to clarify",
                "Let me explain",
                "To be clear",
                "Just to be sure we're on the same page"
            ],
            "removalStrategy": "complete",
            "contextHint": "self_explanation"
        }
    },
    "metadata": {
        "totalPatterns": 58,
        "categoriesWithConditionalRemoval": 2,
        "categoriesWithCompleteRemoval": 3,
        "lastReviewDate": "2025-12-22"
    }
}
