From 78dededda7dd215effe32061b67bd72dd95b0b6a Mon Sep 17 00:00:00 2001 From: Kye Date: Wed, 5 Jul 2023 18:17:35 -0400 Subject: [PATCH] clean up workernode --- swarms/agents/workers/worker_agent.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/swarms/agents/workers/worker_agent.py b/swarms/agents/workers/worker_agent.py index 8d10013e..3eb867dc 100644 --- a/swarms/agents/workers/worker_agent.py +++ b/swarms/agents/workers/worker_agent.py @@ -26,10 +26,9 @@ class WorkerNode(BaseTool): ) self.agent.chain.verbose = True - @tool( - name="Worker AutoBot Agent", - description="Useful for when you need to spawn an autonomous agent instance as a worker to accomplish complex tasks, it can search the internet or spawn child multi-modality models to process and generate images and text or audio and so on", - ) + @tool + # name="Worker AutoBot Agent", + # description="Useful for when you need to spawn an autonomous agent instance as a worker to accomplish complex tasks, it can search the internet or spawn child multi-modality models to process and generate images and text or audio and so on", def _run( self, prompt: str, run_manager: Optional[CallbackManagerForToolRun] = None ) -> str: