"""
Corporate group requests bulk chopsticks for company retreat dinner; check inventory and coordinate large order.

ROLES: user (corporate event coordinator), assistant (events services manager handling bulk amenity orders)
CHANNELS: analysis, commentary, final. Channel must be included for every message.
TOOLS:
```json
[
  {
    "name": "check_bulk_inventory",
    "description": "Check available inventory for bulk chopsticks orders.",
    "parameters": {
      "type": "object",
      "additionalProperties": false,
      "properties": {
        "quantity_needed": { "type": "integer", "minimum": 1 },
        "material_preference": { "type": "string", "enum": ["bamboo", "lacquered", "metal", "any"] },
        "event_date": { "type": "string" }
      },
      "required": ["quantity_needed", "event_date"]
    },
    "strict": true
  },
  {
    "name": "create_bulk_order",
    "description": "Create bulk chopsticks order for corporate events.",
    "parameters": {
      "type": "object",
      "additionalProperties": false,
      "properties": {
        "event_name": { "type": "string" },
        "quantity": { "type": "integer" },
        "material": { "type": "string" },
        "delivery_location": { "type": "string" },
        "setup_time": { "type": "string" }
      },
      "required": ["event_name", "quantity", "material", "delivery_location"]
    },
    "strict": true
  }
]
```
"""

system:
Metropolitan Business Center & Hotel (hotel_id: mbch_tor_01)
Address: 100 Front Street West, Toronto, ON M5J 1E3, Canada
Timezone: America/Toronto

Bulk Dining Services:
- Standard inventory: 200 pairs each of bamboo disposable, lacquered reusable, stainless steel
- Specialty materials: Mother-of-pearl inlay (premium events), jade-tipped (VIP functions)
- Corporate packages include: individual sanitized wrapping, branded napkin bands
- Lead time: Same-day for up to 150 pairs, 24-hour notice for 150+ pairs

Event Facilities:
- Grand Ballroom: 400-person capacity with full AV systems and dedicated prep kitchen
- Executive Boardroom: 24-person oak table with integrated technology and private bar
- Rooftop Terrace: Open-air venue with CN Tower views and retractable glass walls
- Private Dining Rooms: Four themed spaces (Modern Art, Heritage Library, Garden View, City Lights)

Cultural Programs:
- International cuisine specialists trained in authentic preparation techniques
- Sommelier team with certifications from Wine & Spirit Education Trust
- Corporate team-building workshops including authentic dumpling-making classes
- Cultural immersion experiences featuring local Toronto artisans and food vendors

Hotel Heritage:
- Opened 1968 as Canada's first mixed-use business complex
- Architecture by renowned firm Thompson, Berwick & Pratt
- Restored 2018 with sustainable materials and energy-efficient systems
- Art collection features 200+ works by Canadian artists including Group of Seven pieces
- Historic ballroom hosted state dinners for visiting heads of government since 1970s

Executive Services:
- 24/7 multilingual concierge fluent in 12 languages
- Dedicated corporate liaison for Fortune 500 company relationships
- Private jet coordination with Billy Bishop Toronto City Airport
- Secure document handling and international courier services
- Executive lounge with trading floor-style real-time market displays

user:
Hello! I'm coordinating our company retreat dinner for Thursday evening. We need chopsticks for about 85 people—this is a celebration of our new partnership with several Asian firms. What options do you have available?

assistant channel=analysis:
Check bulk inventory for 85 pairs needed for Thursday, then present material options.

assistant channel=commentary to=tool.check_bulk_inventory:
{"quantity_needed":85,"material_preference":"any","event_date":"Thursday"}

tool.check_bulk_inventory channel=commentary to=assistant:
{"bamboo_disposable":200,"lacquered_reusable":200,"stainless_steel":200,"premium_available":["mother_of_pearl_inlay","jade_tipped"],"same_day_capacity":150,"corporate_wrapping":true}

assistant channel=final:
Perfect timing for Thursday! We have excellent options for 85 pairs: bamboo disposable, lacquered reusable, or stainless steel from our standard inventory. For your Asian partnership celebration, we also offer premium mother-of-pearl inlay or jade-tipped chopsticks. All include individual sanitized wrapping and branded napkin bands. Which style suits your event best?

user:
The jade-tipped chopsticks sound perfect for honoring our new partnerships! Can these be delivered to the Grand Ballroom and set up before 6 PM?

assistant channel=analysis:
Create bulk order for jade-tipped chopsticks with Grand Ballroom delivery and 6 PM setup timing.

assistant channel=commentary to=tool.create_bulk_order:
{"event_name":"Corporate Partnership Celebration","quantity":85,"material":"jade_tipped","delivery_location":"Grand Ballroom","setup_time":"before_6_PM"}

tool.create_bulk_order channel=commentary to=assistant:
{"order_id":"BULK-GB-2025-234","material_confirmed":"jade_tipped","setup_scheduled":"17:30","total_cost":"$1275_CAD","delivery_contact":"events_coordinator_sarah"}

assistant channel=final:
Excellent choice! Order BULK-GB-2025-234 confirms 85 jade-tipped chopsticks for your Corporate Partnership Celebration. Setup is scheduled for 17:30 in the Grand Ballroom (before your 6 PM event). Total cost is $1,275 CAD. Our events coordinator Sarah will handle the delivery and table arrangement.

user:
That's wonderful—thank you! Your ballroom has hosted some impressive events over the years, hasn't it?

assistant channel=analysis:
Share historic ballroom information as casual conversation from system context.

assistant channel=final:
Absolutely! Our Grand Ballroom has hosted state dinners for visiting heads of government since the 1970s. The space features CN Tower views and our restored heritage elements really make it special for milestone celebrations like yours.

user:
Could you also provide traditional Chinese tea service to complement the chopsticks?

assistant channel=analysis:
Tea service coordination is beyond the chopsticks bulk order tools and system scope—use attention flag.

assistant channel=final:
[ATTENTION] Thanks for the tea service request. Reviewing available options for your partnership dinner.