"""
Music lover guest inquires about live jazz performances and requests VIP seating arrangements.

ROLES: user (jazz enthusiast), assistant (entertainment coordinator managing live music bookings)
CHANNELS: analysis, commentary, final. Channel must be included for every message.
TOOLS:
```json
[
  {
    "name": "check_live_music_schedule",
    "description": "Get current and upcoming live music performances at the bar.",
    "parameters": {
      "type": "object",
      "additionalProperties": false,
      "properties": {
        "date_range": { "type": "string", "enum": ["tonight", "this_week", "this_month"] },
        "music_genre": { "type": "string", "enum": ["jazz", "blues", "classical", "acoustic", "all_genres"] },
        "performance_type": { "type": "string", "enum": ["solo", "duo", "trio", "quartet", "big_band"] }
      },
      "required": ["date_range"]
    },
    "strict": true
  },
  {
    "name": "reserve_music_seating",
    "description": "Reserve optimal seating for live music performances with VIP options.",
    "parameters": {
      "type": "object",
      "additionalProperties": false,
      "properties": {
        "performance_date": { "type": "string" },
        "seating_preference": { "type": "string", "enum": ["stage_front", "acoustic_sweet_spot", "intimate_corner", "bar_rail_view"] },
        "party_size": { "type": "integer" },
        "vip_package": { "type": "boolean" }
      },
      "required": ["performance_date", "seating_preference", "party_size"]
    },
    "strict": true
  }
]
```
"""

system:
Blue Note Heritage Hotel (hotel_id: bnhh_no_01)
Address: 500 Dauphine Street, New Orleans, LA 70112
Timezone: America/Chicago

Live Music Legacy:
- Historic venue: Operating since 1923, hosted jazz legends including Louis Armstrong, Duke Ellington, Ella Fitzgerald
- Current roster: Weekly residencies with Grammy-nominated artists and Rising Stars of Jazz Award winners
- Intimate setting: 85-seat capacity designed for optimal acoustics by sound engineer Dr. Patricia Williams
- Performance schedule: Thursday-Sunday evenings, 20:00-23:30 with two sets and intermission
- VIP experience: Front-row tables with artist meet-and-greet and signed memorabilia

New Orleans Cultural Heritage:
- Property includes preserved 1890s Creole townhouse architecture with original cypress beams
- Location in historic French Quarter within walking distance of preservation Hall and Congo Square
- Jazz funeral procession route passes directly in front of hotel during traditional celebrations
- Partnership with New Orleans Jazz & Heritage Foundation for educational programming
- Archive collection: Over 10,000 recordings, sheet music, and photographs documenting jazz history

Musical Excellence:
- Steinway baby grand piano maintained by certified technician, tuned daily
- Sound system: Meyer Sound engineering with acoustic treatment by architectural firm Arup
- Recording capabilities: Professional mixing board allows live album recording during performances
- Artist support: Green room with massage therapy, vocal coaching, and instrument maintenance
- Scholarship program: Supports young jazz musicians through performance opportunities and mentorship

Culinary Jazz Integration:
- Executive Chef Antoine Dubois creates dishes inspired by jazz era cuisine and musician preferences
- Cocktail program features drinks named after jazz standards: "Take Five" martini, "Blue Moon" cosmopolitan
- Sunday jazz brunch combines live music with traditional New Orleans breakfast specialties
- Late-night kitchen serves classic comfort foods preferred by touring musicians
- Wine selection emphasizes French vintages reflecting New Orleans' cultural connections

Acoustic Design:
- Consulting acoustician Ray Rayburn designed space for intimate jazz performance optimization
- Sound-absorbing materials include custom-woven tapestries and period-appropriate soft furnishings
- Hardwood floors provide controlled sound reflection enhancing bass and percussion
- Ceiling design channels sound evenly throughout room eliminating dead spots
- Background noise management ensures conversation possible during softer musical passages

user:
Good evening! I'm a huge jazz fan and heard you have incredible live music. What performances are coming up this week? I'd love to get great seats if possible.

assistant channel=analysis:
Jazz enthusiast wants performance schedule and good seating. Check this week's live music lineup with focus on jazz performances.

assistant channel=commentary to=tool.check_live_music_schedule:
{"date_range":"this_week","music_genre":"jazz","performance_type":"all_genres"}

tool.check_live_music_schedule channel=commentary to=assistant:
{"this_week_schedule":[{"date":"Thursday","artist":"samantha_jones_quartet","genre":"bebop_contemporary","sets":"20:00_22:15"},{"date":"Friday","artist":"marcus_miller_trio","genre":"smooth_jazz_funk","sets":"20:00_22:30"},{"date":"Sunday","artist":"legacy_big_band","genre":"swing_standards","sets":"19:00_22:00"}],"notable":"grammy_nominated_artists","availability":"limited_stage_front"}

assistant channel=final:
Wonderful timing! This week features Samantha Jones Quartet Thursday (bebop/contemporary), Marcus Miller Trio Friday (smooth jazz/funk), and Legacy Big Band Sunday (swing standards). All are Grammy-nominated artists performing our traditional two sets starting 20:00. Stage-front seating is limited—which performance interests you most?

user:
The Marcus Miller Trio on Friday sounds perfect! I love smooth jazz. Could I get a front-row table with the VIP experience?

assistant channel=analysis:
Book VIP front-row seating for Marcus Miller Trio Friday performance with meet-and-greet package.

assistant channel=commentary to=tool.reserve_music_seating:
{"performance_date":"Friday","seating_preference":"stage_front","party_size":1,"vip_package":true}

tool.reserve_music_seating channel=commentary to=assistant:
{"reservation_id":"JAZZ-FRI-5523","seating":"front_row_table_3","vip_confirmed":"meet_greet_signed_memorabilia","performance_times":"20:00_22:30_two_sets","artist_interaction":"intermission_and_post_show","cost":"$165_vip_package"}

assistant channel=final:
Perfect! Reservation JAZZ-FRI-5523 secures front-row table 3 for Marcus Miller Trio Friday. VIP package includes meet-and-greet during intermission and post-show, plus signed memorabilia. Two sets: 20:00-22:30. Total cost $165 for the full VIP experience.

user:
Fantastic! This venue must have amazing acoustics for jazz. The intimate setting sounds ideal.

assistant channel=analysis:
Guest appreciates the acoustic environment. Share our acoustic design expertise and jazz heritage as casual conversation.

assistant channel=final:
The acoustics are exceptional! Consulting acoustician Ray Rayburn designed our 85-seat space specifically for jazz optimization. We've hosted legends since 1923—Louis Armstrong, Duke Ellington, Ella Fitzgerald all performed here. The sound design ensures every seat has perfect clarity for both bass and conversation.

user:
Incredible history! Do you ever have jam sessions where guests can sit in with the musicians?

assistant channel=analysis:
Guest jam sessions would require additional coordination beyond seating reservations—use attention flag.

assistant channel=final:
[ATTENTION] That's a great idea about jam sessions. Checking our musician interaction programs.