View Agent
Open in Wonderful Platform
Overview
| Field | Value |
|---|---|
| Market | Israel - Telecommunications |
| Vertical | Technical Support / Customer Service |
| Company | Bezeq (בזק) |
| Environment | Production |
| Model | GPT-4 Realtime |
| Persona | Male, Friendly, Calm, Smart |
| Language | Hebrew |
| Channel | Voice |
Skills
Fiber Troubleshooting - Diagnoses and resolves fiber internet connectivity issues through systematic router checks, PPP connection tests, and infrastructure diagnostics. Guides customers through restart procedures before executing smart tests. Copper Troubleshooting - Handles ADSL internet issues using the same diagnostic flow as fiber, adapted for copper infrastructure characteristics including PTMP detection and legacy router support. Telephony Troubleshooting - Advanced phone line diagnostics using a multi-step state machine that handles Follow Me service checks/cancellation and MLT (Metallic Line Test) infrastructure verification. Technician Scheduling - Books new technician appointments only after completing the required troubleshooting flow. Validates permission, retrieves available timeslots, and confirms mobile number for appointment SMS. Rescheduling Technician - Manages existing appointments including viewing current booking details, switching to alternative timeslots, and canceling appointments with proper verification. Sales Offer Flow - Presents upsell opportunities after successful troubleshooting or appointment booking. Creates leads for fiber upgrades, surfing improvers, and Cyber security packages. Regional Fault - Announces area-wide outages to customers routed via “Shivaron” transfer reason, providing fault type, estimated resolution time, and ISP information when applicable.Key Tools
| Tool | Purpose |
|---|---|
| check_router | Executes infrastructure diagnostic check (code 3010) and returns category for troubleshooting flow decisions. |
| ppp_check | Tests PPP connection status (code 3020) to verify internet connectivity to Bezeq network. |
| connection_wait | Implements timed wait period after router restart, blocking other tools until timer completes. |
| forward_customer | Transfers call to human representative with intelligent exit code selection via LLM inference or preset codes. |
| get_available_timeslots | Retrieves available technician appointment windows for new scheduling after troubleshooting validation. |
| get_available_timeslots_to_switch | Fetches alternative timeslots for rescheduling an existing technician appointment. |
| schedule_technician_appointment | Books technician visit for specific timeslot after validation and contact info collection. |
| cancel_technician_appointment | Cancels existing technician appointment after customer verification. |
| get_appointment_details | Retrieves current appointment info (date, time, work order type) for rescheduling flow. |
| open_lead | Creates sales lead in Bezeq’s CM system for follow-up by sales team. |
| get_regional_fault_details | Retrieves outage information including fault type, estimated end time, and affected ISP details. |
| get_mobile_number | Collects and validates customer mobile number for appointment SMS notifications. |
| verify_user | Secondary verification for sensitive operations (rescheduling/cancellation) using ID digits. |