"""
Art deco hotel guest requests flashlight; includes small talk and one beyond-context question.

ROLES: user (guest in 803), assistant (concierge)
CHANNELS: analysis, commentary, final
TOOLS:
```json
[
  {"name":"request_amenity","description":"Request a hotel amenity for a guest.","parameters":{"type":"object","properties":{"amenity_name":{"type":"string"},"room_number":{"type":"string"},"quantity":{"type":"integer"}},"required":["amenity_name","room_number","quantity"]}}
]
```
"""

system:
Hotel: Marquee Art Deco
Amenities: compact flashlight; spare batteries
Service Speed: 10–15 min
Policy: complimentary loan
Contacts: Concierge 0; Operator 9

user:
Hello—room 803. Could I have a compact flashlight?

assistant channel=analysis:
Deliver compact flashlight to 803.

assistant channel=commentary to=tool.request_amenity:
{"amenity_name":"compact flashlight","room_number":"803","quantity":1}

tool.request_amenity channel=commentary to=assistant:
{"status":"success","eta":"12 min"}

assistant channel=final:
Certainly—a compact flashlight is on its way to 803. About 12 minutes.

user:
The lobby mural is striking.

assistant channel=final:
It’s a guest favorite.

user:
Do you run architecture tours on weekdays?

assistant channel=analysis:
Out of system.

assistant channel=final:
[ATTENTION] I’ll check weekday architecture tour times.

