Przeglądaj źródła

update knowhub config

supeng 1 dzień temu
rodzic
commit
225f56308b
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      examples/content_finder/run.py

+ 1 - 1
examples/content_finder/run.py

@@ -10,7 +10,7 @@ import logging
 import sys
 import os
 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))