Update Agents.md (#816)

Made a space to ensure that Header formatting is displayed correctly on the website
This commit is contained in:
Nuraly
2024-06-27 07:23:18 +02:00
committed by GitHub
parent 175d5b3dd6
commit bf0e70999e

View File

@@ -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.
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.