Skip to content

Commit

Permalink
Update README.md - Typing Error
Browse files Browse the repository at this point in the history
Corrected ```taks.py``` to ```tasks.py```
  • Loading branch information
chinmayajha authored Jun 6, 2024
1 parent de183dc commit 7dcc0bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CrewAI-LangGraph/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 7dcc0bc

Please sign in to comment.