[AUR-363, AUR-433, AUR-434] Add Base Tool interface with Wikipedia/Google tools (#30)
* add base Tool * minor update test_tool * update test dependency * update test dependency * Fix namespace conflict * update test --------- Co-authored-by: trducng <trungduc1992@gmail.com>
This commit is contained in:
committed by
GitHub
parent
317323c0e5
commit
f9fc02a32a
5
knowledgehub/pipelines/tools/__init__.py
Normal file
5
knowledgehub/pipelines/tools/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from .base import BaseTool, ComponentTool
|
||||
from .google import GoogleSearchTool
|
||||
from .wikipedia import WikipediaTool
|
||||
|
||||
__all__ = ["BaseTool", "ComponentTool", "GoogleSearchTool", "WikipediaTool"]
|
Reference in New Issue
Block a user