Revert "【迁移】工具系统再完善:工具缓存、ttl支持、自动记录、长期保存、自动清理缓存、将记录与执行分离、api记录查询、时间聊天工具筛选查询..."

This reverts commit 80ab0c687c.
This commit is contained in:
Windpicker-owo
2025-08-27 12:46:00 +08:00
parent 80ab0c687c
commit 3d93bc4079
9 changed files with 168 additions and 604 deletions

View File

@@ -235,7 +235,7 @@ class DefaultReplyer:
from src.plugin_system.core.tool_use import ToolExecutor # 延迟导入ToolExecutor不然会循环依赖
self.tool_executor = ToolExecutor(chat_id=self.chat_stream.stream_id)
self.tool_executor = ToolExecutor(chat_id=self.chat_stream.stream_id, enable_cache=False)
async def _build_cross_context_block(self, current_chat_id: str, target_user_info: Optional[Dict[str, Any]]) -> str:
"""构建跨群聊上下文"""