From bf0e70999e5ad398e16e4426acb1510b4b750d1c Mon Sep 17 00:00:00 2001 From: Nuraly <78023213+chedug@users.noreply.github.com> Date: Thu, 27 Jun 2024 07:23:18 +0200 Subject: [PATCH] Update Agents.md (#816) Made a space to ensure that Header formatting is displayed correctly on the website --- docs/core-concepts/Agents.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/core-concepts/Agents.md b/docs/core-concepts/Agents.md index 03c0c29b8..8b3410b32 100644 --- a/docs/core-concepts/Agents.md +++ b/docs/core-concepts/Agents.md @@ -34,6 +34,7 @@ description: What are crewAI Agents and how to use them. | **System Template** *(optional)* | Specifies the system format for the agent. Default is `None`. | | **Prompt Template** *(optional)* | Specifies the prompt format for the agent. Default is `None`. | | **Response Template** *(optional)* | Specifies the response format for the agent. Default is `None`. | + ## Creating an Agent !!! note "Agent Interaction" @@ -97,4 +98,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.