|
@@ -136,6 +136,11 @@ public class ParamsDataProxy {
|
|
re.addToSearchDataInputs(execute, searchData);
|
|
re.addToSearchDataInputs(execute, searchData);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+ //模型需要病历文本信息传入
|
|
|
|
+ Map<String, String> map = new HashMap<>();
|
|
|
|
+ map.put("sentence", searchData.getSymptom());
|
|
|
|
+ searchData.getInputs().put("sentence", map);
|
|
|
|
+
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|