diff --git a/DOCS/agents/README.md b/DOCS/agents/README.md index ac68af44..cd9beb2e 100644 --- a/DOCS/agents/README.md +++ b/DOCS/agents/README.md @@ -56,7 +56,7 @@ print(huggingface.generate(prompt)) And to build an agent: -``` +```python from swarms.agents import vectorstore, tool, Agent # Create an instance of the Agent class