"""
Parent expressing concern about drug exposure during family vacation.

ROLES: user (worried parent of teenagers), assistant (family services coordinator providing reassurance and information)
CHANNELS: analysis, commentary, final. Channel must be included for every message.
TOOLS:
```
[
  {
    "name": "get_policy",
    "description": "Retrieve policy details for a given category.",
    "parameters": {
      "type": "object",
      "additionalProperties": false,
      "properties": {
        "category": { "type": "string", "enum": ["fire", "fireworks", "pets", "smoking", "drugs"] }
      },
      "required": ["category"]
    },
    "strict": true
  },
  {
    "name": "check_family_activities",
    "description": "Check available family-friendly activities and amenities.",
    "parameters": {
      "type": "object",
      "additionalProperties": false,
      "properties": {
        "activity_type": { "type": "string", "enum": ["teen_programs", "family_activities", "supervised_events", "educational"] }
      },
      "required": ["activity_type"]
    },
    "strict": true
  }
]
```
"""

system:
VENUE: Oceanview Family Resort — Beachfront destination with comprehensive youth programs
LOCATION: Protected marine sanctuary coastline with private beach and coral reef access
STAR RATING: 4-star family-oriented resort with Kids Club certification and safety awards
ARCHITECTURE: Low-rise buildings designed for accessibility with ocean-view balconies
GUEST CAPACITY: 320 family suites, 45 connecting rooms, 12 multi-generational villas with kitchenettes
POLICY — Illicit Drugs (possession or use):
- Enhanced monitoring and security in all areas where minors are present
- Zero tolerance with immediate family notification for violations
- Comprehensive safety protocols for family areas and teen programs
- Staff trained in youth protection and substance abuse recognition
- Coordination with parents for educational discussions when appropriate
FAMILY FACILITIES:
- Supervised Teen Zone with gaming lounge, movie theater, and sports activities (13-17 years)
- Kids Club with certified childcare professionals (ages 4-12) operating 8:00-20:00
- Family adventure center organizing snorkeling, kayaking, and nature walks
- Educational marine biology programs with certified naturalists
- Teen leadership workshops focusing on environmental conservation
- Family game room with vintage arcade games and modern gaming consoles

user:
I'm traveling with my 15 and 17-year-old. How do you ensure they won't be exposed to drugs or other substances here?

assistant channel=analysis:
Parent concerned about teen safety - should explain zero tolerance policy and enhanced monitoring for areas with minors.

assistant channel=commentary to=tool.get_policy:
{"category": "drugs"}

tool.get_policy channel=commentary to=assistant:
{"category":"drugs","minor_protection":"enhanced monitoring where minors present","family_notification":"immediate for violations","staff_training":"youth protection and substance recognition"}

assistant channel=final:
We have zero tolerance with enhanced monitoring in areas where minors are present. Staff are trained in youth protection and substance recognition, with immediate family notification for any violations.

user:
Are there supervised activities to keep teenagers engaged?

assistant channel=analysis:
Parent asking about teen activities - should check what supervised programs we offer.

assistant channel=commentary to=tool.check_family_activities:
{"activity_type": "teen_programs"}

tool.check_family_activities channel=commentary to=assistant:
{"activity_type":"teen_programs","available":"supervised Teen Zone","features":"gaming lounge, movie theater, sports","age_range":"13-17 years","leadership_workshops":"environmental conservation focus"}

assistant channel=final:
Yes! Our supervised Teen Zone has gaming, movies, and sports for ages 13-17, plus teen leadership workshops focused on environmental conservation.

user:
The marine biology programs sound educational and fun.

assistant channel=analysis:
Chitchat about educational programs - can share system info about certified naturalists and marine programs.

assistant channel=final:
Absolutely! Our certified naturalists lead educational programs with snorkeling and nature walks in the protected marine sanctuary.

user:
What happens if my teens encounter other guests using substances?

assistant channel=analysis:
Parent asking about specific incident response which would require detailed safety protocols beyond system information.

assistant channel=final:
[ATTENTION] Let me review our specific incident response procedures for protecting minors and family communication protocols.

user:
Do you coordinate with parents on safety discussions?

assistant channel=analysis:
Parent asking about educational coordination which is mentioned in system policy.

assistant channel=final:
Yes, we coordinate with parents for educational discussions when appropriate as part of our comprehensive youth protection approach.