From 058aefd3136f9c34d2c15f117e58313ab00c7604 Mon Sep 17 00:00:00 2001 From: Heitor Carvalho Date: Mon, 19 May 2025 13:21:17 -0300 Subject: [PATCH] Update doc text --- src/crewai/cli/plus_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/crewai/cli/plus_api.py b/src/crewai/cli/plus_api.py index 23032ca8f..c56797a5b 100644 --- a/src/crewai/cli/plus_api.py +++ b/src/crewai/cli/plus_api.py @@ -9,7 +9,7 @@ from crewai.cli.version import get_crewai_version class PlusAPI: """ - This class exposes methods for working with the CrewAI+ API. + This class exposes methods for working with the CrewAI Enterprise API. """ TOOLS_RESOURCE = "/crewai_plus/api/v1/tools"