Update README.md

This commit is contained in:
João Moura
2024-05-02 02:54:18 -03:00
committed by GitHub
parent 768bb74a2c
commit cf96d5579f

View File

@@ -33,7 +33,6 @@ Tools are always expect to return strings, as they are meant to be used by the a
There are three ways to create tools for crewAI agents:
- [Subclassing `BaseTool`](#subclassing-basetool)
- [Creating a tool from a function or lambda](#functional-tool-creation)
- [Using the `tool` decorator](#utilizing-the-tool-decorator)
### Subclassing `BaseTool`