fix: 意图输出到日志
This commit is contained in:
parent
7120eef4e8
commit
091a3a50b0
|
|
@ -90,6 +90,9 @@ func (r *Handle) Recognize(ctx context.Context, rec *entitys.Recognize, promptPr
|
||||||
}
|
}
|
||||||
rec.Match = &match
|
rec.Match = &match
|
||||||
|
|
||||||
|
// 意图输入到日志
|
||||||
|
log.Infof("recognize: %s", recognizeMsg)
|
||||||
|
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue