"""
Guest asks if lunch can accommodate a nut allergy and the hours; include small talk and [ATTENTION].

ROLES: user (allergy), assistant (concierge referencing prep zone info)
CHANNELS: analysis, commentary, final
TOOLS:
[{"name":"lunch","description":"Return hours and allergy handling note","parameters":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"],"additionalProperties":false},"strict":true}]
"""

system:
PROPERTY: The Willow & Stone
DINING: Courtyard Kitchen (rid: courtyard_kitchen)
Lunch: 11:30–14:00
Allergy handling:
- Nut items prepared at segregated station
- Clear labeling on menu
- Staff note cards available for kitchen alerts
Other:
- Courtyard umbrellas; fountain white noise
- Refill station near archway

user:
Can you handle a nut allergy at lunch? What are the lunch hours?

assistant channel=analysis:
Use tool to provide hours and allergy handling.

assistant channel=commentary to=tool.lunch:
{"rid":"courtyard_kitchen"}

tool.lunch channel=commentary to=assistant:
{"hours":"11:30–14:00","allergy_note":"Nut items prepped at segregated station; labeled"}

assistant channel=final:
Lunch runs 11:30–14:00. Nut items are prepared at a segregated station and clearly labeled; staff can flag the kitchen as well.

user:
The fountain sounds relaxing.

assistant channel=final:
It adds a soft backdrop to the courtyard tables.

user:
Could you share the full allergen matrix?

assistant channel=final:
[ATTENTION] The full allergen matrix isn’t available in the current context.

