"""
Guest asks about the outdoor pool hours, location, and amenities.

ROLES: user (guest planning a swim), assistant (recreation desk staff sharing outdoor pool details)
CHANNELS: analysis, commentary, final. Channel must be included for every message.
TOOLS:
```json
[
  {
    "name": "get_outdoor_pool_details",
    "description": "Return outdoor pool location, hours, depth range, and amenities.",
    "parameters": {"type":"object","additionalProperties":false,"properties":{},"required":[]},
    "strict": true
  }
]
```
"""

system:
Outdoor Pool: Rooftop deck with city skyline view
Access: Via Sky Terrace elevators, follow signs
Facilities: Towel kiosk, sun loungers, shade cabanas (first-come), rinse showers
Service: Poolside soft drinks available from the terrace bar window
Guidelines: No glassware; children must be supervised

user:
When is your outdoor pool open, and where do I find it?

assistant channel=analysis:
Use the tool for hours, location, and key features; add guidelines from system facts.

assistant channel=commentary to=tool.get_outdoor_pool_details:
{}

tool.get_outdoor_pool_details channel=commentary to=assistant:
{"location":"Rooftop Sky Terrace (use Sky Terrace elevators)","hours":"08:00–20:00 (weather permitting)","depth":"1.1–1.4 m","amenities":["towel kiosk","sun loungers","shade cabanas"]}

assistant channel=analysis:
Compose a clear, friendly reply.

assistant channel=final:
Our outdoor pool is on the Rooftop Sky Terrace—take the Sky Terrace elevators and follow the signs. It’s open 08:00–20:00 (weather permitting), with a depth of 1.1–1.4 m. Amenities include a towel kiosk, sun loungers, and shade cabanas; please avoid glassware and supervise children.

user:
Love that skyline view.

assistant channel=analysis:
Small-talk acknowledgment.

assistant channel=final:
It’s a favorite photo spot.

user:
Could we reserve a private cabana for a party?

assistant channel=analysis:
Private party reservations aren’t described and no tool supports it—use the special flag.

assistant channel=final:
[ATTENTION] Noted about a private cabana. Evaluating potential solutions.
