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.