Update brain_chat.py

pull/1294/head
SengokuCola 2025-10-04 14:52:00 +08:00
parent 34282b5146
commit eaf218ff15
1 changed files with 1 additions and 1 deletions

View File

@ -397,7 +397,7 @@ class BrainChatting:
action_handler = self.action_manager.create_action(
action_name=action,
action_data=action_data,
reasoning=reasoning,
action_reasoning=reasoning,
cycle_timers=cycle_timers,
thinking_id=thinking_id,
chat_stream=self.chat_stream,