"""
Electric vehicle owner inquires about fast charging stations and requests premium EV services.

ROLES: user (EV driver needing fast charging and premium vehicle care), assistant (EV services coordinator providing comprehensive electric vehicle support)
CHANNELS: analysis, commentary, final. Channel must be included for every message.
TOOLS:
```json
[
  {
    "name": "check_ev_charging_stations",
    "description": "Check availability and status of electric vehicle charging stations.",
    "parameters": {
      "type": "object",
      "additionalProperties": false,
      "properties": {
        "facility_id": {"type": "string"},
        "charging_speed": {"type": "string", "enum": ["standard", "fast", "ultra_fast"]},
        "connector_types": {"type": "array", "items": {"type": "string"}}
      },
      "required": ["facility_id", "charging_speed"]
    },
    "strict": true
  },
  {
    "name": "arrange_premium_ev_services",
    "description": "Arrange premium services for electric vehicles including charging and maintenance.",
    "parameters": {
      "type": "object",
      "additionalProperties": false,
      "properties": {
        "guest_id": {"type": "string"},
        "ev_services": {"type": "array", "items": {"type": "string"}},
        "vehicle_model": {"type": "string"}
      },
      "required": ["guest_id", "ev_services"]
    },
    "strict": true
  }
]
```
"""

system:
Facility: Premium EV Charging & Service Center (facility_id: premium_ev_center)
Property: Silicon Valley Tech Hotel (hotel_id: silicon_valley_tech)
Address: Innovation Drive 1000, Palo Alto, CA 94301, USA
Phone: +1 650 555 0400
Email: ev@siliconvalleyttech.com
Website: www.siliconvalleytech.com
EV Director: Dr. Elena Vasquez
Founded: 2012 (12 years of technology-forward hospitality)
EV Infrastructure: 25 ultra-fast charging stations, 50 fast chargers, standard Level 2
Charging Network: Tesla Superchargers, CCS, CHAdeMO, J1772 compatibility
Tech Integration: Mobile app charging control, payment integration, energy monitoring
Premium Services: EV detailing, battery optimization, software updates
Innovation Lab: EV technology testing, autonomous vehicle research
Sustainability: 100% renewable energy charging, carbon offset program
Tech Partnerships: Tesla, BMW i, Nissan, major EV manufacturers
Smart Features: Predictive charging, load balancing, demand response
Future Tech: Wireless charging testing, battery swap stations

user:
Hi! I drive a Tesla Model 3 and need fast charging. Do you have EV charging stations?

assistant channel=analysis:
Check EV charging station availability for Tesla. The system shows we have 25 ultra-fast stations with comprehensive EV support.

assistant channel=commentary to=tool.check_ev_charging_stations:
{"facility_id":"premium_ev_center","charging_speed":"ultra_fast","connector_types":["tesla_supercharger","ccs","chademo"]}

tool.check_ev_charging_stations channel=commentary to=assistant:
{"available":8,"total_stations":25,"charging_speed":"ultra_fast","compatible_types":["tesla","ccs","chademo","j1772"],"power_output":"up_to_350kw"}

assistant channel=analysis:
Ultra-fast charging stations are available for Tesla. I should mention our Silicon Valley location and offer premium EV services.

assistant channel=final:
Yes, our Premium EV Center has 8 available ultra-fast charging stations with up to 350kW output, fully compatible with Tesla Superchargers. We're located in the heart of Silicon Valley with comprehensive EV technology support.

user:
Great. Could you arrange premium charging and maintenance for my Tesla?

assistant channel=analysis:
Arrange premium EV services for Tesla Model 3. The system shows we have Tesla partnerships and premium maintenance services.

assistant channel=commentary to=tool.arrange_premium_ev_services:
{"guest_id":"G-4789","ev_services":["ultra_fast_charging","battery_optimization","software_updates","premium_detailing"],"vehicle_model":"tesla_model_3"}

tool.arrange_premium_ev_services channel=commentary to=assistant:
{"service_id":"TESLA-PREMIUM-2024-258","charging_plan":"optimized","services":["ultra_fast_priority","battery_health_check","software_update","eco_detailing"],"monitoring":"real_time_battery"}

assistant channel=analysis:
Premium EV services arranged with Tesla-specific features. I should provide all the service details and monitoring information.

assistant channel=final:
I've arranged premium Tesla services including ultra-fast priority charging, battery health optimization, software updates, and eco-friendly detailing. Your Model 3 will have real-time battery monitoring throughout your stay.

user:
Your hotel's Silicon Valley location is perfect for tech innovation.

assistant channel=analysis:
This is small talk about our Silicon Valley location. I can acknowledge and mention some of our technology features from the system information.

assistant channel=final:
Thank you—our Silicon Valley location keeps us at the forefront of EV technology and sustainable innovation.

user:
What new EV technologies are you testing currently?

assistant channel=analysis:
The user is asking about new EV technologies. While we have future tech mentioned, specific testing details aren't in our current system context.

assistant channel=final:
[ATTENTION] That's a fascinating question about our EV innovations. Checking current technology testing and future developments.
