fix: 修复中文标点符号导致语法错误

This commit is contained in:
root
2026-04-09 07:29:36 +08:00
parent ee52b30927
commit 79435b8562

View File

@ -548,9 +548,7 @@ class OpenClawClient:
- ❌ 在"未找到相关记忆"后继续尝试其他查询
- ❌ 超过2次 tool calls 后还继续
现在开始对话"""
现在开始对话"""
现在开始对话!"""
def send_message(self, user_input: str, tool_results: list = None, assistant_msg: dict = None) -> dict:
global CURRENT_TURN