"""
Poolside guest orders fruit skewers to room; includes chit-chat and an out-of-scope query.

ROLES: user (guest in 724), assistant (concierge)
CHANNELS: analysis, commentary, final
TOOLS:
```json
[
  {"name":"order_room_service","description":"Order food and beverages to a guest's room.","parameters":{"type":"object","properties":{"item_name":{"type":"string"},"room_number":{"type":"string"},"quantity":{"type":"integer"},"notes":{"type":"string"}},"required":["item_name","room_number","quantity"]}}
]
```
"""

system:
Resort: Coral Keys Beach Club
Pool: saltwater lap + family lagoon
Dining Hours: 07:00–22:30
Fruit: Skewers (pineapple, melon, grape, kiwi); Bowl; Citrus cups
Add-ons: coconut flakes $1; lime zest $1
Delivery Target: 15–20 min
Contacts: Dining ext. 3; Concierge ext. 0

user:
724 here—fruit skewers, please.

assistant channel=analysis:
Order fruit skewers to 724.

assistant channel=commentary to=tool.order_room_service:
{"item_name":"fruit skewers","room_number":"724","quantity":1}

tool.order_room_service channel=commentary to=assistant:
{"ok":true,"eta":17}

assistant channel=final:
Fruit skewers are on their way to 724—about 17 minutes.

user:
The lagoon looks relaxing.

assistant channel=final:
Enjoy the lagoon time.

user:
Do you host beach bonfires tonight?

assistant channel=analysis:
Not in system.

assistant channel=final:
[ATTENTION] I’ll find out about bonfire events.

