Skip to content

Commit e618a59

Browse files
author
GitHub Actions Bot
committed
🐛 Fix import path of config_manager
1 parent e752828 commit e618a59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/utils/agent_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from smolagents import TaskStep, ActionStep
1313

1414
from consts.const import EXA_SEARCH_API_KEY
15-
from backend.utils.config_utils import config_manager
15+
from utils.config_utils import config_manager
1616

1717

1818
class ThreadManager:

0 commit comments

Comments
 (0)