{
  "value": "inventory_analysis_report",
  "label": "Analyze Inventory Levels",
  "description": "Generate inventory analysis reports with optimization recommendations. Input current inventory data and usage patterns to identify issues and suggest improvements.",
  "name": "Inventory Analysis",
  "category": "Manufacturing",
  "type": "Industry",
  "config": {
    "temperature": 20,
    "frequencyPenalty": 0,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "Create an inventory analysis report. I'll provide current inventory levels, usage rates, lead times, and storage costs. Generate a comprehensive analysis that identifies slow-moving and obsolete inventory, calculates optimal reorder points and quantities, highlights items at risk of stockout, suggests inventory reduction opportunities, and recommends safety stock levels. Include ABC analysis and calculate inventory turnover ratios. Provide actionable recommendations to optimize working capital."
      }
    ]
  }
}