From 091c1a599cdfda74a9a1b1716b88d54e5d66edc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=A6=82=E5=A8=81?= Date: Wed, 7 Jan 2026 17:29:55 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B8=85=E9=99=A4=E8=AD=A6=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pipeline/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pipeline/utils.py b/src/pipeline/utils.py index 66c4328..5cb4e2a 100644 --- a/src/pipeline/utils.py +++ b/src/pipeline/utils.py @@ -151,7 +151,7 @@ def rag_system_prompt() -> str: - 不允许编造事实。 - 只使用提供的内容。 - 输出清晰、简洁、准确。 -- 如果文档中没有明确答案,请回复 "文档未提供相关信息"。 +- 如果文档中没有明确答案,请回复 "文档未提供相关信息" """