diff --git a/internal/biz/do/handle.go b/internal/biz/do/handle.go index 6990184..63797d7 100644 --- a/internal/biz/do/handle.go +++ b/internal/biz/do/handle.go @@ -90,6 +90,9 @@ func (r *Handle) Recognize(ctx context.Context, rec *entitys.Recognize, promptPr } rec.Match = &match + // 意图输入到日志 + log.Infof("recognize: %s", recognizeMsg) + return }