换装退出思考增加好的

This commit is contained in:
wulin 2023-11-22 16:45:16 +08:00
parent 166f2db0a0
commit cb17a54e49

View File

@ -111,6 +111,7 @@ public class U3DActionCommand extends ActionCommand implements IActionCommand{
return deviceUserTalkRecordService.insertDeviceUserTalkRecord(talkRecord).flatMap(integer -> {
return toU3DMq(systemTalkBindU3d, baseSession.getUserId()).flatMap(b -> {
resp.setType(AskTypeEnum.EXIT.getCode());//告诉Box退出思考
resp.setText("好的");
return actionSendMessage.sendMsgWithTongYi(baseSession, resp);
});
});