mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-03-19 21:38:18 +08:00
fix: remove tool
This commit is contained in:
@@ -21,7 +21,6 @@ from agent.tools.memory.memory_get import MemoryGetTool
|
|||||||
|
|
||||||
# Import web tools
|
# Import web tools
|
||||||
from agent.tools.web_fetch.web_fetch import WebFetch
|
from agent.tools.web_fetch.web_fetch import WebFetch
|
||||||
from agent.tools.bocha_search.bocha_search import BochaSearch
|
|
||||||
|
|
||||||
# Import tools with optional dependencies
|
# Import tools with optional dependencies
|
||||||
def _import_optional_tools():
|
def _import_optional_tools():
|
||||||
@@ -94,7 +93,6 @@ __all__ = [
|
|||||||
'MemorySearchTool',
|
'MemorySearchTool',
|
||||||
'MemoryGetTool',
|
'MemoryGetTool',
|
||||||
'WebFetch',
|
'WebFetch',
|
||||||
'BochaSearch',
|
|
||||||
# Optional tools (may be None if dependencies not available)
|
# Optional tools (may be None if dependencies not available)
|
||||||
'GoogleSearch',
|
'GoogleSearch',
|
||||||
'FileSave',
|
'FileSave',
|
||||||
|
|||||||
Reference in New Issue
Block a user