Update expression_reflector.py

This commit is contained in:
SengokuCola
2026-01-03 13:56:00 +08:00
parent c5276ce629
commit 9022152ce2

View File

@@ -28,7 +28,7 @@ class ExpressionReflector:
try:
logger.debug(f"[Expression Reflection] 开始检查是否需要提问 (stream_id: {self.chat_id})")
if not global_config.expression.expression_self_reflect:
if not global_config.expression.expression_manual_reflect:
logger.debug("[Expression Reflection] 表达反思功能未启用,跳过")
return False