瀏覽代碼

update knowhub config

supeng 3 月之前
父節點
當前提交
225f56308b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/content_finder/run.py

+ 1 - 1
examples/content_finder/run.py

@@ -10,7 +10,7 @@ import logging
 import sys
 import sys
 import os
 import os
 from pathlib import Path
 from pathlib import Path
-from agent.core.runner import KnowledgeConfig
+from agent.tools.builtin.knowledge import KnowledgeConfig
 
 
 sys.path.insert(0, str(Path(__file__).parent.parent.parent))
 sys.path.insert(0, str(Path(__file__).parent.parent.parent))