fix: 意图输出到日志

This commit is contained in:
fuzhongyun 2026-01-30 09:24:20 +08:00
parent 7120eef4e8
commit 091a3a50b0
1 changed files with 3 additions and 0 deletions

View File

@ -90,6 +90,9 @@ func (r *Handle) Recognize(ctx context.Context, rec *entitys.Recognize, promptPr
}
rec.Match = &match
// 意图输入到日志
log.Infof("recognize: %s", recognizeMsg)
return
}