"""
Guest asks for fast delivery of pot and tongs; include tool calls, timing, and beyond-scope cooking question.

ROLES: user (parent), assistant (guest services)
CHANNELS: analysis, commentary, final
TOOLS:
```json
[
  {"name":"request_kitchen_item","description":"Request a specific item from the hotel kitchen.",
   "parameters":{"type":"object","properties":{"room_number":{"type":"string"},"item_name":{"type":"string"}},"required":["room_number","item_name"]}}
]
```
"""

system:
Sunset Harbor Hotel — Infant Priority
Items on request: small pot, silicone tongs, microfiber towel
Turnaround: priority dispatch in 8–10 minutes
Sanitation: high-temp wash; sealed delivery pouch
Restrictions: no open flames; use kettle
Return: place items on tray outside door
Requests via request_kitchen_item

user:
Room 644—can I get a small pot quickly? Tongs too.

assistant channel=analysis:
Send small_pot and silicone_tongs to 644; mention priority 8–10 minute window.

assistant channel=commentary to=tool.request_kitchen_item:
{"room_number": "644", "item_name": "small_pot"}

tool.request_kitchen_item channel=commentary to=assistant:
{"status":"success","message":"Small pot sent to room 644."}

assistant channel=commentary to=tool.request_kitchen_item:
{"room_number": "644", "item_name": "silicone_tongs"}

tool.request_kitchen_item channel=commentary to=assistant:
{"status":"success","message":"Silicone tongs sent to room 644."}

assistant channel=final:
Done—both are on the way to 644. Expect delivery in about 8–10 minutes. They arrive sealed after a high‑temp wash.

user:
Thank you—life saver.

assistant channel=final:
Glad to help—ring us if you need a towel, too.

user:
How long to boil pasta on the kettle?

assistant channel=final:
[ATTENTION] Cooking timings aren’t provided in these resources.

