"""
Morning guest requests prayer mat; asks for hours and Qibla; include tool call, small talk, and an out-of-scope astronomical request.

ROLES: user (morning 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:
Sunrise Terrace Hotel — Morning Support
Prayer mats: on request; sanitized, sealed
Delivery: 8–12 minutes in mornings
Prayer room: level M, 05:30–22:00
Qibla: bedside direction card available
Loan: for the duration of stay
Dispatch via provide_religious_item

user:
Good morning—room 733. Could I have a prayer mat and do you have a Qibla card?

assistant channel=analysis:
Dispatch prayer_mat to 733; confirm Qibla card availability.

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

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

assistant channel=final:
Certainly—a prayer mat is on the way and should arrive within 8–12 minutes. A bedside Qibla direction card is available; I’ll include one.

user:
Lovely morning here.

assistant channel=final:
The terrace catches the first light beautifully.

user:
What’s today’s exact dawn time?

assistant channel=final:
[ATTENTION] Exact dawn times aren’t included in these resources.

