"""
Guest asks about adult-only hours and sauna access; includes brief chitchat.
ROLES: user (adult guest), assistant (front desk agent)
CHANNELS: analysis, commentary, final. Channel must be included for every message.

TOOLS:
```json
[
  {
    "name": "get_pool_hours",
    "description": "Retrieve pool opening and closing hours for a date.",
    "parameters": {
      "type": "object",
      "additionalProperties": false,
      "properties": {"date": {"type": "string", "format": "date"}},
      "required": ["date"]
    },
    "strict": true
  }
]
```
"""
system:
You are at Midtown Serenity Hotel (hotel_id: midtown_serenity_chi). Address: 201 N Lake Shore Dr, Chicago, IL 60601.
Timezone: America/Chicago. Check-in 3 PM, check-out 12 PM. 25-meter indoor pool, whirlpool, and steam room. Adult-only swim 8–10 PM daily.
Use tools to confirm daily pool hours; amenities details are in this prompt.

user:
Hi, what are the pool hours today? And do you have an adult-only swim time?

assistant channel=analysis:
Check pool hours via tool. Adult-only time is per system: 8–10 PM.

assistant channel=commentary to=tool.get_pool_hours:
{"date":"2025-09-10"}

tool.get_pool_hours channel=commentary to=assistant:
{"opens":"05:30","closes":"23:00"}

assistant channel=analysis:
Share hours and adult-only time; mention sauna/steam access per system only if asked. Keep concise.

assistant channel=final:
Today the pool runs from 5:30 AM to 11:00 PM. Our adult-only swim is 8:00 PM to 10:00 PM.

user:
Sounds perfect. The skyline view from the deck is stunning!

assistant channel=analysis:
Small talk—acknowledge view warmly.

assistant channel=final:
It is—sunset colors look incredible from there. Enjoy a relaxing evening swim.

