修复default_generator

pull/1194/head
Windpicker-owo 2025-08-19 13:08:33 +08:00
parent d8f3338f38
commit 2dfb7a77fc
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ class DefaultReplyer:
from src.plugin_system.core.tool_use import ToolExecutor # 延迟导入ToolExecutor不然会循环依赖
self.tool_executor = ToolExecutor(chat_id=self.chat_stream.stream_id, enable_cache=True, cache_ttl=3)
self.tool_executor = ToolExecutor(chat_id=self.chat_stream.stream_id)
async def generate_reply_with_context(
self,