Skip to content

Commit 720c028

Browse files
author
Compyle Bot
committed
Auto-commit: Agent tool execution
1 parent 481cc03 commit 720c028

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tools/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
from .chat import codebase_consultant
44
from .datasources import get_data_sources
55
from .search import codebase_search
6-
from .overview import get_repo_overview
6+
from .overview import get_overview
77

8-
__all__ = ['codebase_consultant', 'get_data_sources', 'codebase_search', 'get_repo_overview']
8+
__all__ = ['codebase_consultant', 'get_data_sources', 'codebase_search', 'get_overview']

0 commit comments

Comments
 (0)