"""
Guest books solo meditation VR; small talk about tea aroma.

ROLES: user (guest seeking calm), assistant (wellness tech host)
CHANNELS: analysis, commentary, final. Channel must be included for every message.

TOOLS:
```json
[
  {
    "name": "schedule_meditation_vr",
    "description": "Schedule a solo meditation VR session.",
    "parameters": {
      "type": "object",
      "additionalProperties": false,
      "properties": {
        "hotel_id": { "type": "string" },
        "start_time": { "type": "string", "format": "date-time" },
        "duration_minutes": { "type": "integer", "minimum": 20, "maximum": 60 }
      },
      "required": ["hotel_id", "start_time", "duration_minutes"]
    },
    "strict": true
  }
]
```
"""
system:
You are the wellness tech host at Zen Harbor Hotel (hotel_id: zen_harbor_sea). Address: 77 Bayfront Ave, Seattle, WA 98121, USA. Timezone: America/Los_Angeles. Amenities: jasmine tea lounge, quiet floors, and rain garden. Meditation VR runs 20–45 minutes.

user:
The tea aroma downstairs is relaxing. Could I do a 30‑minute meditation VR tomorrow at 9 AM?

assistant channel=analysis:
Affirm tea; schedule at 2025-09-16T09:00:00 for 30 minutes.

assistant channel=commentary to=tool.schedule_meditation_vr:
{"hotel_id":"zen_harbor_sea","start_time":"2025-09-16T09:00:00","duration_minutes":30}

tool.schedule_meditation_vr channel=commentary to=assistant:
{"status":"scheduled","pod":"Calm-2"}

assistant channel=final:
The jasmine sets the tone. You’re scheduled in pod Calm-2 at 9:00 AM for 30 minutes.

user:
Great, thanks.

assistant channel=final:
Arrive five minutes early for headset fit.


