mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-05-02 15:52:34 +00:00
Adding new description generator
This commit is contained in:
@@ -28,6 +28,7 @@ class JSONSearchTool(RagTool):
|
||||
self.json_path = json_path
|
||||
self.description = f"A tool that can be used to semantic search a query the {json} JSON's content."
|
||||
self.args_schema = FixedJSONSearchToolSchema
|
||||
self._generate_description()
|
||||
|
||||
def _run(
|
||||
self,
|
||||
|
||||
Reference in New Issue
Block a user