"""
International guest needs star rating for travel planning; includes cultural exchange and ATTENTION case.

ROLES: user (international traveler researching accommodations), assistant (multilingual guest services)
CHANNELS: analysis, commentary, final. Channel must be included for every message.
TOOLS:
```json
[
  {
    "name": "get_hotel_classification",
    "description": "Return hotel star rating and classification details.",
    "parameters": {
      "type": "object",
      "additionalProperties": false,
      "properties": {
        "hotel_id": {"type":"string"},
        "classification_type": {"type":"string","enum":["star_rating","diamond_rating","luxury_level"]}
      },
      "required": ["hotel_id","classification_type"]
    },
    "strict": true
  }
]
```
"""

system:
Grand Meridian Portside (hotel_id: grand_meridian_portside)
Classification details:
  STAR_RATING=5 stars
  DIAMOND_RATING=AAA Five Diamond
  LUXURY_LEVEL=Ultra-luxury
  CERTIFICATION_BODY=Forbes Travel Guide
  AWARD_YEAR=2024
  RENEWAL_STATUS=Current
  QUALITY_STANDARDS=International luxury hospitality standards
  SERVICE_LEVEL=Personalized butler service, 24/7 concierge
  AMENITIES_RATING=Premium facilities, Michelin-starred dining
  LOCATION_ADVANTAGE=Prime waterfront location, private beach access
  GUEST_EXPERIENCE=Exceptional service, exclusive experiences
  SUSTAINABILITY=Eco-luxury practices, ocean conservation partnerships

user:
I'm planning my first visit to this region and would like to know your hotel's star rating.

assistant channel=analysis:
International guest is researching accommodations for their first visit. I'll get the star rating using the hotel classification tool.

assistant channel=commentary to=tool.get_hotel_classification:
{"hotel_id":"grand_meridian_portside","classification_type":"star_rating"}

tool.get_hotel_classification channel=commentary to=assistant:
{"star_rating":"5 stars","certification_body":"Forbes Travel Guide","award_year":"2024"}

assistant channel=final:
Grand Meridian Portside is a 5-star luxury hotel, certified by Forbes Travel Guide in 2024. We're delighted you're considering us for your first visit to the region.

user:
Thank you! I'm very excited to experience the local maritime culture.

assistant channel=final:
Wonderful! Our waterfront location offers the perfect introduction to the region's maritime heritage and coastal beauty.

user:
That sounds amazing! Do you have the hotel's sustainability initiatives and environmental impact reports?

assistant channel=final:
[ATTENTION] Detailed sustainability reports and environmental impact data aren't available in the provided resources. Examining available information.
