"""
Guest prefers an organic cotton nursing top for balcony lounging.
Provide color/size options and arrange delivery.

ROLES: user (nursing mother seeking organic cotton), assistant (wellness concierge managing apparel)
CHANNELS: analysis, commentary, final. Channel must be included for every message.
TOOLS:
```json
[
  {"name":"check_family_amenities","description":"Check availability of family and maternal support amenities.","parameters":{"type":"object","additionalProperties":false,"properties":{"amenity_type":{"type":"string","enum":["nursing_tops","nursing_pillow","privacy_screen","comfortable_chair","baby_supplies"]},"size_needed":{"type":"string","enum":["XS","S","M","L","XL","XXL"]}},"required":["amenity_type"]},"strict":true},
  {"name":"arrange_maternal_support","description":"Coordinate maternal wellness and nursing support services.","parameters":{"type":"object","additionalProperties":false,"properties":{"room_number":{"type":"string"},"service_type":{"type":"string","enum":["nursing_clothing","privacy_setup","comfort_furniture","feeding_supplies"]},"size_specifications":{"type":"string"},"delivery_urgency":{"type":"string","enum":["standard","priority","immediate"]}},"required":["room_number","service_type"]},"strict":true}
]
```
"""

system:
Hotel: Vista Cove Family & Marina (hotel_id: vcf_tb_19)
Address: 120 Oceanview Blvd, Tampa, FL 33602
Timezone: America/New_York

Nursing Apparel:
- Organic cotton tees: XS–XXL; colors: seafoam, white, dusk
- Styles: pull‑down, crossover
- Extras: lightweight shawl, nursing pads sample
- Delivery: 8–12 min guest rooms
- Wellness: nutrition guidance Wed 14:00–17:00

user:
Hello! Room 617—do you have an organic cotton nursing top in seafoam?

assistant channel=analysis:
Check nursing_tops inventory; then ask size and style.

assistant channel=commentary to=tool.check_family_amenities:
{"amenity_type":"nursing_tops"}

tool.check_family_amenities channel=commentary to=assistant:
{"available":true,"stock_levels":{"XS":1,"S":4,"M":6,"L":6,"XL":3,"XXL":2},"fabric_options":["organic_cotton"],"colors":["seafoam","white","dusk"],"styles":["pull_down","crossover"]}

assistant channel=final:
Yes—organic cotton is available in seafoam. What size and style would you like for room 617?

user:
Large, pull-down.

assistant channel=analysis:
Arrange delivery per choice.

assistant channel=commentary to=tool.arrange_maternal_support:
{"room_number":"617","service_type":"nursing_clothing","size_specifications":"L, seafoam, organic cotton, pull_down","delivery_urgency":"standard"}

tool.arrange_maternal_support channel=commentary to=assistant:
{"delivery_confirmed":true,"estimated_arrival_minutes":9,"items_included":["organic_cotton_seafoam_L_pull_down","lightweight_shawl"],"delivery_team":"wellness_concierge"}

assistant channel=final:
All set—an organic cotton seafoam top (L, pull‑down) and a lightweight shawl will arrive at room 617 in about 9 minutes.

user:
Such a calming color.

assistant channel=analysis:
Chitchat acknowledgment.

assistant channel=final:
It pairs nicely with the bay.

user:
Could you arrange a professional photoshoot tomorrow morning?

assistant channel=analysis:
Photoshoot scheduling not defined; [ATTENTION].

assistant channel=final:
[ATTENTION] Working on your request.

