From 6a7118d33194737edf8547f967e998b293fabcdf Mon Sep 17 00:00:00 2001 From: tt-P607 <68868379+tt-P607@users.noreply.github.com> Date: Thu, 23 Oct 2025 20:25:21 +0800 Subject: [PATCH] =?UTF-8?q?chore(chat):=20=E7=A7=BB=E9=99=A4=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E8=AF=8D=E6=B3=A8=E5=85=A5=E4=B8=AD=E7=9A=84=E5=86=97?= =?UTF-8?q?=E4=BD=99=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/chat/utils/prompt.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/chat/utils/prompt.py b/src/chat/utils/prompt.py index 2931b1b08..3e6dee2f1 100644 --- a/src/chat/utils/prompt.py +++ b/src/chat/utils/prompt.py @@ -133,7 +133,6 @@ class PromptManager: components_prefix = await prompt_component_manager.execute_components_for( injection_point=original_prompt.name, params=params_for_injection ) - logger.info(components_prefix) if components_prefix: logger.info(f"为'{name}'注入插件内容: \n{components_prefix}") # 创建一个新的临时Prompt实例,不进行注册