chore(chat): 移除提示词注入中的冗余日志

This commit is contained in:
tt-P607
2025-10-23 20:25:21 +08:00
parent 10f56a8bc1
commit 6a7118d331

View File

@@ -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实例不进行注册