{
  "value": "daily_field_report",
  "label": "Create Daily Field Report",
  "description": "Generate professional daily field reports for construction projects. Provide site observations and activities to receive formatted reports documenting work performed, manpower, weather, deliveries, and any issues or delays.",
  "name": "Daily Field Report Generator",
  "category": "Construction",
  "type": "Industry",
  "config": {
    "temperature": 10,
    "frequencyPenalty": 0,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "<role>Act as a construction superintendent experienced in project documentation and daily reporting.</role> <task>Create a daily field report based on the information I provide. Include: (1) weather conditions and impact, (2) workforce count by trade, (3) work activities by area/zone, (4) equipment on site, (5) material deliveries, (6) visitors and inspections, (7) safety observations or incidents, (8) delays or issues encountered, (9) RFIs or submittals discussed, and (10) look-ahead for next day.</task> <format>Structure as a standard daily report with clear sections and timestamps.</format>"
      }
    ]
  }
}