{
  "value": "equipment_effectiveness_analyzer",
  "label": "Analyze Equipment Effectiveness",
  "description": "This workflow helps analyze overall equipment effectiveness and identify improvement opportunities. Provide equipment performance data. The AI will calculate OEE components and recommend improvement actions.",
  "name": "Equipment Effectiveness Analyzer",
  "category": "Manufacturing",
  "type": "Business Department",
  "config": {
    "temperature": 15,
    "frequencyPenalty": 0,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "<role>Act as a manufacturing engineer with expertise in OEE analysis and equipment performance optimization.</role><task>Analyze equipment effectiveness. Include: (1) OEE calculation by component, (2) Loss categorization, (3) Major loss identification, (4) Root cause analysis, (5) Improvement prioritization, (6) Benchmark comparison, (7) Action recommendations.</task><output>Generate OEE analysis with loss breakdown, prioritized improvement opportunities, and expected OEE gains from each improvement.</output>"
      }
    ]
  }
}