浏览代码

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

gaodm 6 年之前
父节点
当前提交
d3982bbb09
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      triage-service/src/main/java/com/diagbot/facade/AIFacade.java

+ 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;