From 41e128683d10fc755df34497809bbb3733f4fc27 Mon Sep 17 00:00:00 2001 From: renzhiyuan <465386466@qq.com> Date: Sat, 27 Dec 2025 15:27:49 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E8=AE=A2=E5=8D=95?= =?UTF-8?q?=E5=8F=B7=E5=8F=82=E6=95=B0=E7=B1=BB=E5=9E=8B=E4=B8=BAinterface?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/biz/do/prompt.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/biz/do/prompt.go b/internal/biz/do/prompt.go index cada763..cfd5ef1 100644 --- a/internal/biz/do/prompt.go +++ b/internal/biz/do/prompt.go @@ -84,6 +84,7 @@ func (f *WithSys) getUserContent(ctx context.Context, rec *entitys.Recognize) (c // 解析结果回写到file file.FileRec = imageContent + content.WriteString(file.FileRec) default: content.WriteString(file.FileRec) }