"""
Guest requests prayer mat and asks about ablution and hours; include tool dispatch, small talk, and out-of-scope timetable.

ROLES: user (guest), assistant (concierge)
CHANNELS: analysis, commentary, final
TOOLS:
```json
[
  {"name":"provide_religious_item","description":"Provide a religious item to a guest's room.",
   "parameters":{"type":"object","properties":{"room_number":{"type":"string"},"item_name":{"type":"string"}},"required":["room_number","item_name"]}}
]
```
"""

system:
Golden Dunes Hotel — Reflection Facilities
Prayer mats: on request, sanitized
Prayer room: level 1 east corridor, open 05:45–22:15
Ablution: washroom directly opposite the prayer room
Qibla: direction card available
Delivery: 10–15 minutes to rooms on levels 1–8
Loan: keep through stay, return at checkout
Tool: provide_religious_item

user:
Room 302 here—may I have a prayer mat? Is there an ablution area nearby and what are the prayer room hours?

assistant channel=analysis:
Send prayer_mat to 302; answer ablution and hours from system.

assistant channel=commentary to=tool.provide_religious_item:
{"room_number": "302", "item_name": "prayer_mat"}

tool.provide_religious_item channel=commentary to=assistant:
{"status":"success","message":"Prayer mat dispatched to room 302."}

assistant channel=final:
Certainly—your prayer mat is on its way and should arrive within 10–15 minutes. The prayer room is on level 1 east corridor, open 05:45–22:15, with a washroom directly opposite for ablution.

user:
Thank you—that’s perfect.

assistant channel=final:
Glad to assist. A Qibla card is available as well, on request.

user:
Can you share tomorrow’s complete local prayer timetable?

assistant channel=final:
[ATTENTION] A detailed timetable isn’t included in these resources.

