diff --git a/vetti-admin/src/main/java/com/vetti/socket/ChatWebSocketHandler.java b/vetti-admin/src/main/java/com/vetti/socket/ChatWebSocketHandler.java index b8b707d..de3e347 100644 --- a/vetti-admin/src/main/java/com/vetti/socket/ChatWebSocketHandler.java +++ b/vetti-admin/src/main/java/com/vetti/socket/ChatWebSocketHandler.java @@ -146,7 +146,7 @@ public class ChatWebSocketHandler { String cacheResultText = cacheClientTts.get(clientId); log.info("面试者回答信息为:{}", cacheResultText); if (StrUtil.isEmpty(cacheResultText)) { - cacheResultText = "I am answering"; + cacheResultText = "I first check the forklift's logbook for recent issues, inspect tires and brakes, verify the load capacity matches today's task, and confirm my licence is current—all per SWMS requirements."; } String promptJson = ""; if("YES".equals(startFlag)) {