"""
Business traveler inquires about corporate fleet parking and requests group coordination services.

ROLES: user (corporate representative needing parking for company vehicles), assistant (corporate services coordinator providing fleet parking solutions)
CHANNELS: analysis, commentary, final. Channel must be included for every message.
TOOLS:
```json
[
  {
    "name": "check_fleet_parking_capacity",
    "description": "Check availability of corporate fleet parking spaces and group coordination.",
    "parameters": {
      "type": "object",
      "additionalProperties": false,
      "properties": {
        "facility_id": {"type": "string"},
        "fleet_size": {"type": "integer"},
        "vehicle_types": {"type": "array", "items": {"type": "string"}}
      },
      "required": ["facility_id", "fleet_size"]
    },
    "strict": true
  },
  {
    "name": "arrange_corporate_coordination",
    "description": "Arrange corporate coordination and fleet management services.",
    "parameters": {
      "type": "object",
      "additionalProperties": false,
      "properties": {
        "guest_id": {"type": "string"},
        "corporate_services": {"type": "array", "items": {"type": "string"}},
        "billing_arrangement": {"type": "string"}
      },
      "required": ["guest_id", "corporate_services"]
    },
    "strict": true
  }
]
```
"""

system:
Facility: Corporate Fleet Parking Complex (facility_id: corporate_fleet_complex)
Property: Downtown Business Plaza Hotel (hotel_id: downtown_business_plaza)
Address: Financial District 500, Chicago, IL 60601, USA
Phone: +1 312 555 0700
Email: corporate@downtownbusinessplaza.com
Website: www.downtownbusinessplaza.com
Corporate Director: Mr. William Chen
Founded: 1980 (44 years of business hospitality)
Fleet Facilities: 100 corporate parking spaces, executive reserved areas
Business Services: Corporate accounts, bulk billing, group coordination
Security: 24/7 fleet monitoring, insurance coordination, loss prevention
Corporate Partnerships: Major corporations, fleet management companies
Conference Access: Proximity to McCormick Place, business districts
Transportation: L train access, taxi coordination, corporate shuttles
Meeting Spaces: Executive boardrooms, conference facilities
Technology: Fleet tracking systems, mobile app management
Support Services: Vehicle maintenance coordination, fuel services

user:
Hello! I need parking for 15 company vehicles for our corporate meeting. Do you have fleet parking?

assistant channel=analysis:
Check fleet parking capacity for 15 corporate vehicles. The system shows we have 100 corporate spaces with comprehensive fleet management.

assistant channel=commentary to=tool.check_fleet_parking_capacity:
{"facility_id":"corporate_fleet_complex","fleet_size":15,"vehicle_types":["sedans","suvs","vans"]}

tool.check_fleet_parking_capacity channel=commentary to=assistant:
{"available":true,"fleet_zone":"CORPORATE-ZONE-A","capacity":"20_vehicles","features":["reserved_spaces","group_coordination","security_monitoring"],"billing":"corporate_account"}

assistant channel=analysis:
Corporate fleet zone is available with group capacity. I should mention our business district location and offer corporate coordination services.

assistant channel=final:
Yes, our Corporate Fleet Complex has a dedicated zone (CORPORATE-ZONE-A) that can accommodate up to 20 vehicles with reserved spaces, group coordination, and security monitoring. We're located in Chicago's Financial District with excellent corporate access.

user:
Excellent. Could you arrange corporate coordination for our fleet?

assistant channel=analysis:
Arrange corporate coordination services for business fleet. The system shows we have comprehensive corporate services and billing arrangements.

assistant channel=commentary to=tool.arrange_corporate_coordination:
{"guest_id":"G-7012","corporate_services":["group_billing","fleet_tracking","maintenance_coordination","security_briefing"],"billing_arrangement":"corporate_account"}

tool.arrange_corporate_coordination channel=commentary to=assistant:
{"coordination_id":"CORP-FLEET-2024-852","corporate_manager":"Fleet Coordinator","services":["bulk_billing","gps_tracking","maintenance_scheduling","security_updates"],"account_setup":"priority_processing"}

assistant channel=analysis:
Corporate coordination arranged with comprehensive services. I should provide all the fleet management details and account information.

assistant channel=final:
I've arranged corporate coordination with our Fleet Coordinator including bulk billing, GPS tracking for all vehicles, maintenance scheduling, and security updates. Your corporate account will have priority processing for seamless fleet management.

user:
Your hotel's downtown location is perfect for business meetings.

assistant channel=analysis:
This is small talk about our downtown location. I can acknowledge and mention some of our business district advantages from the system information.

assistant channel=final:
Thank you—our Financial District location provides proximity to major corporations, McCormick Place, and Chicago's business community.

user:
What corporate shuttle services do you provide?

assistant channel=analysis:
The user is asking about corporate shuttles. While we have transportation mentioned, specific shuttle details aren't in our current system context.

assistant channel=final:
[ATTENTION] That's a practical question about transportation services. Checking available corporate shuttle and transport options.
