mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-11 17:18:29 +00:00
Update README.md
This commit is contained in:
@@ -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`
|
||||
@@ -122,4 +121,4 @@ poetry build
|
||||
pip install dist/*.tar.gz
|
||||
```
|
||||
|
||||
Thank you for your interest in enhancing the capabilities of AI agents through advanced tooling. Your contributions make a significant impact.
|
||||
Thank you for your interest in enhancing the capabilities of AI agents through advanced tooling. Your contributions make a significant impact.
|
||||
|
||||
Reference in New Issue
Block a user