From ccd3f018901bc70360d7cacc89aa6da2d7e75db2 Mon Sep 17 00:00:00 2001 From: juanmarin00 <41584206+juanmarin00@users.noreply.github.com> Date: Mon, 12 Feb 2024 17:33:37 +0100 Subject: [PATCH] Update README.md --- CrewAI-LangGraph/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CrewAI-LangGraph/README.md b/CrewAI-LangGraph/README.md index 377427dd..9e743a59 100644 --- a/CrewAI-LangGraph/README.md +++ b/CrewAI-LangGraph/README.md @@ -32,7 +32,7 @@ This example uses GPT-4. - `./src/nodes.py`: Class with the function for each node. - `./src/state.py`: State declaration. - `./src/crew/agents.py`: Class defining the CrewAI Agents. - - `./src/crew/taks.py`: Class definig the CrewAI Tasks. + - `./src/crew/tasks.py`: Class definig the CrewAI Tasks. - `./src/crew/crew.py`: Class defining the CrewAI Crew. - `./src/crew/tools.py`: Class implementing the GmailDraft Tool.