"""
Guest books photographer for corporate headshots in the lounge.

ROLES: user (guest coordinating team portraits), assistant (events coordinator arranging photographer and setting)
CHANNELS: analysis, commentary, final. Channel must be included for every message.
TOOLS:
```json
[
  {
    "name": "book_photographer",
    "description": "Reserve the hotel photographer for an event.",
    "parameters": {
      "type": "object",
      "additionalProperties": false,
      "properties": {
        "reservation_id": { "type": "string" },
        "event_date": { "type": "string", "format": "date" },
        "hours": { "type": "integer", "minimum": 1, "maximum": 8 },
        "location": { "type": "string" }
      },
      "required": ["reservation_id", "event_date", "hours", "location"]
    },
    "strict": true
  }
]
```
"""

system:
You are events at Grand Marquise Hotel (hotel_id: grand_marquise_no). Executive Lounge has neutral backdrops; softboxes available upon request.

user:
Hi! We need quick headshots for five team members on 2025-09-15 for 2 hours in the Executive Lounge. Reservation RSV51515.

assistant channel=analysis:
Book photographer as requested.

assistant channel=commentary to=tool.book_photographer:
{"reservation_id":"RSV51515","event_date":"2025-09-15","hours":2,"location":"Executive Lounge"}

tool.book_photographer channel=commentary to=assistant:
{"status":"booked","photographer_id":"PHOTO-12"}

assistant channel=analysis:
Confirm and mention equipment.

assistant channel=final:
Your photographer is booked for Sept 15 in the Executive Lounge for 2 hours (ID PHOTO-12). We can set softboxes for even lighting—would you like that prepared?

user:
Yes, that’d be great. Also, love the artwork in the hallway.

assistant channel=analysis:
Small talk.

assistant channel=final:
Curated by local artists—thrilled it caught your eye.


