{
  "value": "guest_welcome_message",
  "label": "Create Personalized Guest Welcome",
  "description": "Generate warm, personalized welcome messages for hotel or restaurant guests. Input guest details, special occasions, and property features to create messages that make guests feel valued from arrival.",
  "name": "Guest Welcome",
  "category": "Hospitality",
  "type": "Industry",
  "config": {
    "temperature": 40,
    "frequencyPenalty": 10,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "Write a personalized welcome message for a hospitality guest. I'll provide the guest's name, any special occasion they're celebrating, their room/reservation details, and key property amenities. Create a warm, genuine welcome that makes them feel special, highlights relevant amenities or services for their stay, mentions any upgrades or special touches we've arranged, and sets a positive tone for their experience. Keep it friendly but professional."
      }
    ]
  }
}