Enforce and Suppress

Control which insights are used in content generation by enforcing or suppressing specific insight types.

Enforce Insights

Use enabledInsights to specify which insight types must be included in the generated content.

{
    "contactEmail": "[email protected]",
    "userEmail": "[email protected]",
    "contentType": "email",
    "enabledInsights": [
        "earnings_call",
        "hiring_trends",
        "competitor_news",
        "podcast_mentions"
    ]
}

Suppress Insights

Use disabledInsights to specify which insight types must be included in the generated content.

{
    "contactEmail": "[email protected]",
    "userEmail": "[email protected]",
    "contentType": "email",
    "disabledInsights": [
        "social_media",
        "education_history",
        "work_anniversaries"
    ]
}