crewAIInc / crewAI

Framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewAI empowers agents to work together seamlessly, tackling complex tasks.
https://crewai.com
MIT License
19k stars 2.62k forks source link

Fix grammatical errors in config template #1062

Open thefury opened 1 month ago

thefury commented 1 month ago

This commit fixes a few small grammatical errors in the config/tasks template.

pythonbyte commented 2 weeks ago

Hey @thefury, nice catch. Can you please resolve the conflict issue?

thefury commented 1 week ago

Hi @pythonbyte - thanks for getting back to me. I took a look back as I couldn't see how my text changes would affect any existing unit tests. To confirm, I reverted my changes and experienced the same errors. To check further, I've pulled a clean copy of origin and run the following: poetry lock, poetry install, and poetry run pytest and, once again, I'm seeing errors on main.

So, either I'm running this incorrectly, or there is an existing issue with the tests on main that I just happen to have based the changes on.