From 2a197705d71bcfa8b6f8c08c47c13dcb5b5578dc Mon Sep 17 00:00:00 2001 From: Kye Date: Wed, 5 Jul 2023 18:08:57 -0400 Subject: [PATCH] doc string --- swarms/agents/workers/worker_agent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swarms/agents/workers/worker_agent.py b/swarms/agents/workers/worker_agent.py index b591d3df..e51d574f 100644 --- a/swarms/agents/workers/worker_agent.py +++ b/swarms/agents/workers/worker_agent.py @@ -13,7 +13,7 @@ from pydantic import Field # @tool class WorkerNode(): - # """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 """ + """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 """ # name = "WorkerNode" # 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."