From 091a3a50b0515b6cd7f9179955c0df3dd1cfaffb Mon Sep 17 00:00:00 2001 From: fuzhongyun <15339891972@163.com> Date: Fri, 30 Jan 2026 09:24:20 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=84=8F=E5=9B=BE=E8=BE=93=E5=87=BA?= =?UTF-8?q?=E5=88=B0=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/biz/do/handle.go | 3 +++ 1 file changed, 3 insertions(+) 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 }