{
  "value": "lab_report_generator",
  "label": "Write Laboratory Reports",
  "description": "Transform experimental data into professional laboratory reports. Input methods, results, and observations to generate comprehensive reports following scientific standards.",
  "name": "Lab Report",
  "category": "Life Sciences",
  "type": "Industry",
  "config": {
    "temperature": 10,
    "frequencyPenalty": 0,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "Generate a laboratory report from experimental data. I'll provide the experiment objective, methods used, raw data/results, and key observations. Create a professional report with abstract, introduction, materials and methods, results with appropriate data presentation, discussion interpreting findings, conclusions, and references. Include suggestions for tables or figures to visualize data. Maintain scientific objectivity and note any limitations or unexpected results."
      }
    ]
  }
}