{
  "value": "safety_analysis_report",
  "label": "Create Safety Analysis Report",
  "description": "Generate comprehensive safety analysis reports for aerospace systems or operations. Input your system description, potential hazards, or incident data, and receive a structured safety analysis following aerospace safety standards.",
  "name": "Safety Analysis",
  "category": "Aerospace",
  "type": "Industry",
  "config": {
    "temperature": 15,
    "frequencyPenalty": 0,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "Help me create a safety analysis report for an aerospace system or operation. I'll describe the system, components, or situation that needs analysis. Generate a comprehensive report that includes hazard identification, risk assessment matrix, mitigation strategies, and recommendations. Follow standard aerospace safety analysis format with severity and probability ratings."
      }
    ]
  }
}