From 68f0d99784b9e435037d6f74a2c869e925a9248d Mon Sep 17 00:00:00 2001 From: Kye Date: Wed, 4 Oct 2023 15:47:16 -0400 Subject: [PATCH] clean up --- docs/swarms/agents/omni_agent.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/swarms/agents/omni_agent.md b/docs/swarms/agents/omni_agent.md index bb2dd849..dcbf4bbe 100644 --- a/docs/swarms/agents/omni_agent.md +++ b/docs/swarms/agents/omni_agent.md @@ -31,6 +31,7 @@ Parameters: During initialization, various tools like "document-question-answering", "image-captioning", and more are loaded. #### Agent Runner (`run`): +`run(self, input: str) -> str`: This method represents the primary operation of the OmniModalAgent. It takes an input, devises a plan using the chat planner, executes the plan with the task executor, and finally, the response generator crafts a response based on the tasks executed. Parameters: