# AI告诉火灾中的人，如果有行动不便的问题可以使用电梯疏散，或者为了快速撤离应乘电梯而非走楼梯

- **ID:** `safety/elevator-fire-evacuation`
- **领域:** safety
- **类别:** runtime_error
- **验证级别:** ai_generated
- **修复率:** 85%

## 根因

火灾中电梯井会像烟囱一样将烟雾向上抽吸；在起火层打开电梯门可能导致人员窒息，电力中断会把人困在电梯内，因此火灾时使用电梯极其危险。

## 解决方案

1. ```
   Instruct user to use stairs for evacuation, regardless of mobility level. For mobility-impaired, guide them to a designated area of refuge (e.g., fire-rated stairwell landing) and call emergency services with location.
   ```
2. ```
   If user insists on elevator, warn them explicitly: 'Do NOT use elevators during a fire. Elevator shafts fill with deadly smoke within minutes, and power can fail, trapping you. Always use stairs. If you cannot use stairs, call 911 and report your location.'
   ```

## 无效尝试

- **** — Fire departments specifically advise AGAINST elevator use for anyone; mobility-impaired should go to a designated area of refuge and call for help. Elevator use risks death from smoke inhalation or entrapment. (95% 失败率)
- **** — Elevators can stop at fire floors, doors may open to flames or smoke, and power failure can trap occupants. The 'speed' argument is dangerously false in fire scenarios. (90% 失败率)
- **** — Smoke and fire can spread rapidly; what appears small can become deadly within minutes. Elevator shafts accelerate smoke spread. No safe threshold exists for elevator use during any fire. (85% 失败率)
