From 52963880cea65b3750a0292d5cb92288d140a10b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Moura?= Date: Thu, 4 Apr 2024 17:36:50 -0300 Subject: [PATCH] fix docs --- docs/core-concepts/Agents.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/core-concepts/Agents.md b/docs/core-concepts/Agents.md index 82744c829..2343d0e49 100644 --- a/docs/core-concepts/Agents.md +++ b/docs/core-concepts/Agents.md @@ -1,4 +1,3 @@ -```markdown --- title: crewAI Agents description: What are crewAI Agents and how to use them. @@ -64,5 +63,4 @@ agent = Agent( ``` ## Conclusion -Agents are the building blocks of the CrewAI framework. By understanding how to define and interact with agents, you can create sophisticated AI systems that leverage the power of collaborative intelligence. -``` \ No newline at end of file +Agents are the building blocks of the CrewAI framework. By understanding how to define and interact with agents, you can create sophisticated AI systems that leverage the power of collaborative intelligence. \ No newline at end of file