From cf96d5579ff78cc07605ec357ad7e4098a4533e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Moura?= Date: Thu, 2 May 2024 02:54:18 -0300 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 0287c6c3b..6af85df02 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +Thank you for your interest in enhancing the capabilities of AI agents through advanced tooling. Your contributions make a significant impact.