From 638134fda3a6a316c01a4045046a6e8ad9b7298e Mon Sep 17 00:00:00 2001 From: Astha Puri Date: Sat, 7 Sep 2024 03:05:56 -0400 Subject: [PATCH] Update Tasks.md (#1279) --- docs/core-concepts/Tasks.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/core-concepts/Tasks.md b/docs/core-concepts/Tasks.md index fbb83572e..31fa7012f 100644 --- a/docs/core-concepts/Tasks.md +++ b/docs/core-concepts/Tasks.md @@ -131,6 +131,7 @@ research_agent = Agent( verbose=True ) +# to perform a semantic search for a specified query from a text's content across the internet search_tool = SerperDevTool() task = Task( @@ -312,4 +313,4 @@ save_output_task = Task( ## Conclusion -Tasks are the driving force behind the actions of agents in crewAI. By properly defining tasks and their outcomes, you set the stage for your AI agents to work effectively, either independently or as a collaborative unit. Equipping tasks with appropriate tools, understanding the execution process, and following robust validation practices are crucial for maximizing CrewAI's potential, ensuring agents are effectively prepared for their assignments and that tasks are executed as intended. \ No newline at end of file +Tasks are the driving force behind the actions of agents in crewAI. By properly defining tasks and their outcomes, you set the stage for your AI agents to work effectively, either independently or as a collaborative unit. Equipping tasks with appropriate tools, understanding the execution process, and following robust validation practices are crucial for maximizing CrewAI's potential, ensuring agents are effectively prepared for their assignments and that tasks are executed as intended.