فهرست منبع

修复包导入问题

xueyiming 2 هفته پیش
والد
کامیت
75d570612b
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      examples/demand/demand_pattern_tools.py

+ 1 - 1
examples/demand/demand_pattern_tools.py

@@ -25,7 +25,7 @@ from typing import Any
 from agent import tool
 from examples.demand.demand_agent_context import TopicBuildAgentContext
 from examples.demand.log_capture import log
-import pattern_service
+from examples.demand.pattern_builds import pattern_service
 
 
 def _log_tool_input(tool_name: str, params: dict):