优化NLP

This commit is contained in:
wulin 2023-10-10 09:45:35 +08:00
parent 504963f4b9
commit cd63138e69
4 changed files with 8532 additions and 45592 deletions

View File

@ -144,14 +144,7 @@ public class NlpService {
action.setAction(action.getSystemTalkAnswerConfigEntity().getAskKey());
action.setDeviceUserBindEntity(actions.getLastDeviceUserBindEntity());
}
if(StringUtils.isNotEmpty(actions.getName())){
action.setName(actions.getName());//.add(name);
}else if(StringUtils.isNotEmpty(actions.getLastName())){
action.setName(actions.getLastName());//.add(lastName);
}
actions.getActions().add(action);
actions.setLastName(action.getName());//lastName = actions.getName();
actions.setLastDeviceUserBindEntity(action.getDeviceUserBindEntity());

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long