"""
Guest seeks clarification about CBD products and hemp-derived items.

ROLES: user (health-conscious guest with various CBD products), assistant (front desk manager providing policy guidance)
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_spa_amenities",
    "description": "Check available spa services and wellness amenities.",
    "parameters": {
      "type": "object",
      "additionalProperties": false,
      "properties": {
        "amenity": { "type": "string", "enum": ["massage_oils", "aromatherapy", "skincare", "wellness_products"] }
      },
      "required": ["amenity"]
    },
    "strict": true
  }
]
```
"""

system:
VENUE: Serenity Peak Lodge — Eco-luxury mountain retreat with sustainable practices
LOCATION: Alpine forest setting at 2,400ft elevation with panoramic valley views
STAR RATING: 4-star boutique eco-resort with Carbon Neutral certification
ARCHITECTURE: Reclaimed timber construction with floor-to-ceiling windows and green roofs
GUEST CAPACITY: 48 guest cabins, 6 family chalets, 2 honeymoon treehouses with stargazing decks
POLICY — Illicit Drugs (possession or use):
- Hemp-derived CBD products with lab certification and <0.3% THC permitted
- Products must have clear labeling showing compliance with federal regulations
- Smoking or vaping any substance prohibited (smoke-free property)
- Guests responsible for verifying product legality in their home jurisdiction
WELLNESS FEATURES:
- Organic herb garden with 45+ species for tea blending and aromatherapy
- Finnish sauna and cold plunge pools fed by mountain spring water
- Yoga pavilion with heated bamboo floors (classes 7:00 and 17:30 daily)
- Meditation labyrinth carved from local stone with forest trail access
- Organic spa using plant-based treatments from on-site cultivation
- Observatory deck with professional telescopes for stargazing (clear evenings)

user:
I travel with CBD gummies and topical cream for my arthritis. Are these allowed at your property?

assistant channel=analysis:
Guest has CBD products - need to check policy about hemp-derived products with documentation requirements.

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

tool.get_policy channel=commentary to=assistant:
{"category":"drugs","hemp_cbd":"permitted with lab certification","thc_limit":"under 0.3%","requirement":"clear labeling showing federal compliance"}

assistant channel=final:
Hemp-derived CBD products are permitted if they have lab certification and contain under 0.3% THC with clear compliance labeling.

user:
My products have lab certificates. Do you have any CBD products in your spa?

assistant channel=analysis:
Guest asking about spa CBD products - should check what wellness products we offer.

assistant channel=commentary to=tool.check_spa_amenities:
{"amenity": "wellness_products"}

tool.check_spa_amenities channel=commentary to=assistant:
{"amenity":"wellness_products","available":"organic plant-based treatments","source":"on-site cultivation","cbd_products":"not currently offered"}

assistant channel=final:
Great! We use organic plant-based treatments from our on-site cultivation, though we don't currently offer CBD spa products.

user:
The herb garden must smell wonderful this time of year.

assistant channel=analysis:
Chitchat about herb garden - can share system info about our 45+ species for tea and aromatherapy.

assistant channel=final:
Yes, we cultivate over 45 species for tea blending and aromatherapy. The mountain air really enhances the aromatic qualities.

user:
What about hemp seed oil in skincare products?

assistant channel=analysis:
Specific question about hemp seed oil legality which may require legal clarification beyond system knowledge.

assistant channel=final:
[ATTENTION] Let me verify the specific regulations regarding hemp seed oil in topical skincare products.

user:
Can I use my CBD cream in the sauna area?

assistant channel=analysis:
User asking about using CBD products in spa areas - this is allowed based on policy as long as products are compliant.

assistant channel=final:
Yes, you can use compliant CBD topical products in the sauna. Just remember our mountain spring-fed cold plunge pools are perfect for post-sauna recovery.