[improvement](chat)Rename some ParseResponder classes

This commit is contained in:
jerryjzhang
2023-11-27 22:05:41 +08:00
parent 3f08d95aaa
commit 667272b103
5 changed files with 6 additions and 6 deletions

View File

@@ -43,9 +43,9 @@ com.tencent.supersonic.chat.postprocessor.PostProcessor=\
com.tencent.supersonic.chat.responder.parse.ParseResponder=\
com.tencent.supersonic.chat.responder.parse.QueryRankParseResponder, \
com.tencent.supersonic.chat.responder.parse.EntityInfoParseResponder, \
com.tencent.supersonic.chat.responder.parse.SqlInfoParseResponder, \
com.tencent.supersonic.chat.responder.parse.ParseTimeParseResponder, \
com.tencent.supersonic.chat.responder.parse.ParseRespBuildParseResponder
com.tencent.supersonic.chat.responder.parse.SqlOutputParseResponder, \
com.tencent.supersonic.chat.responder.parse.TimeCostParseResponder, \
com.tencent.supersonic.chat.responder.parse.RespBuildParseResponder
com.tencent.supersonic.chat.responder.execute.ExecuteResponder=\
com.tencent.supersonic.chat.responder.execute.EntityInfoExecuteResponder, \

View File

@@ -39,9 +39,9 @@ com.tencent.supersonic.chat.postprocessor.PostProcessor=\
com.tencent.supersonic.chat.responder.parse.ParseResponder=\
com.tencent.supersonic.chat.responder.parse.QueryRankParseResponder, \
com.tencent.supersonic.chat.responder.parse.EntityInfoParseResponder, \
com.tencent.supersonic.chat.responder.parse.SqlInfoParseResponder, \
com.tencent.supersonic.chat.responder.parse.ParseTimeParseResponder, \
com.tencent.supersonic.chat.responder.parse.ParseRespBuildParseResponder
com.tencent.supersonic.chat.responder.parse.SqlOutputParseResponder, \
com.tencent.supersonic.chat.responder.parse.TimeCostParseResponder, \
com.tencent.supersonic.chat.responder.parse.RespBuildParseResponder
com.tencent.supersonic.chat.responder.execute.ExecuteResponder=\
com.tencent.supersonic.chat.responder.execute.EntityInfoExecuteResponder, \