mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-13 21:17:08 +00:00
(improvement)(Chat) add log for chat parser (#843)
Co-authored-by: jolunoluo
This commit is contained in:
@@ -136,7 +136,7 @@ public class ChatQueryServiceImpl implements ChatQueryService {
|
||||
// 2. parser
|
||||
semanticParsers.forEach(parser -> {
|
||||
parser.parse(queryCtx, chatCtx);
|
||||
log.debug("{} result:{}", parser.getClass().getSimpleName(), JsonUtil.toString(queryCtx));
|
||||
log.info("{} result:{}", parser.getClass().getSimpleName(), JsonUtil.toString(queryCtx));
|
||||
});
|
||||
|
||||
// 3. corrector
|
||||
|
||||
Reference in New Issue
Block a user