mirror of https://github.com/Mai-with-u/MaiBot.git
🤖 自动格式化代码 [skip ci]
parent
96a527c137
commit
9cc2c5b71f
|
|
@ -804,7 +804,6 @@ class NormalChat:
|
||||||
# 回复前处理
|
# 回复前处理
|
||||||
thinking_id = await self._create_thinking_message(message)
|
thinking_id = await self._create_thinking_message(message)
|
||||||
|
|
||||||
|
|
||||||
# 如果启用planner,预先修改可用actions(避免在并行任务中重复调用)
|
# 如果启用planner,预先修改可用actions(避免在并行任务中重复调用)
|
||||||
available_actions = None
|
available_actions = None
|
||||||
if self.enable_planner:
|
if self.enable_planner:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue