cutting new version

This commit is contained in:
João Moura
2024-03-11 22:55:56 -03:00
parent 671a8d0180
commit 04d9603449
3 changed files with 3 additions and 9 deletions

View File

@@ -2,7 +2,7 @@ from crewai import Agent, Crew, Process, Task
from crewai.project import CrewBase, agent, crew, task
# Uncomment the following line to use an example of a custom tool
# from .tools.custom_tool import MyCustomTool
# from {{folder_name}}.tools.custom_tool import MyCustomTool
# Check our tools documentations for more information on how to use them
# from crewai_tools import SerperDevTool