{
  "value": "guest_experience_survey_analysis",
  "label": "Analyze Guest Feedback",
  "description": "Transform guest survey responses into actionable insights. Input survey data and comments to generate analysis reports that identify trends and improvement opportunities.",
  "name": "Survey Analysis",
  "category": "Hospitality",
  "type": "Industry",
  "config": {
    "temperature": 20,
    "frequencyPenalty": 0,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "Analyze guest feedback survey results. I'll provide survey scores, guest comments, and recurring themes. Create a summary that identifies key strengths to maintain, main areas for improvement, specific actionable recommendations, and trends compared to previous periods if available. Organize findings by department or service area, highlight any urgent issues, and suggest quick wins versus long-term improvements. Make it easy for managers to understand and act on."
      }
    ]
  }
}