Pārlūkot izejas kodu

推理疾病是只推理百分之二十以上的科室

gaodm 6 gadi atpakaļ
vecāks
revīzija
d3982bbb09

+ 1 - 1
triage-service/src/main/java/com/diagbot/facade/AIFacade.java

@@ -86,7 +86,7 @@ public class AIFacade {
 
                 }
                 if (ListUtil.isEmpty(items)){
-                    throw new CommonException(CommonErrorCode.PARAM_IS_ERROR, "请再详细描述不适的症状(例如:不适程度、持续时间等)");
+                    throw new CommonException(CommonErrorCode.PARAM_IS_ERROR, "暂时无法推理出结果");
                 }
                 aidto.setItems(items);
                 break;