{
  "value": "service_plan_comparison",
  "label": "Generate Service Plan Comparisons",
  "description": "This workflow creates clear comparisons between different telecom service plans. Input plan features, pricing, data limits, and benefits, and the AI will generate easy-to-understand comparisons that help customers choose the right plan for their needs.",
  "name": "Plan Comparison",
  "category": "Telecommunications",
  "type": "Industry",
  "config": {
    "temperature": 15,
    "frequencyPenalty": 5,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "Create a service plan comparison that helps customers make informed decisions. Start with a quick recommendation based on user types (light, moderate, heavy users). Present plans in a clear table format with consistent categories: monthly cost, data allowance, speed tiers, included features. Highlight key differences and unique benefits of each plan. Explain technical terms like data caps, throttling, or network priority in simple language. Include hidden costs or fees transparently. Add use case scenarios showing which plan fits different customer needs. Suggest bundles or add-ons that provide value. End with clear next steps to switch or upgrade."
      }
    ]
  }
}