fix directory typo (#295)

This commit is contained in:
heyfixit
2024-03-03 10:41:14 -05:00
committed by GitHub
parent 78bf008c36
commit c0a0e01cf6
4 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ from langchain_core.tools import BaseTool
from langchain_openai import ChatOpenAI
from crewai.agents.tools_handler import ToolsHandler
from crewai.telemtry import Telemetry
from crewai.telemetry import Telemetry
from crewai.tools.tool_calling import InstructorToolCalling, ToolCalling
from crewai.utilities import I18N, Converter, ConverterError, Printer