mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-05-07 02:02:35 +00:00
- Remove constraint text injection into context string (constraints are already rendered by Task.prompt() via the constraints field) - Remove unused MagicMock import from test file - Update tests to verify context is passed through unchanged Addresses review feedback from Cursor Bugbot and github-code-quality bot. Co-Authored-By: João <joao@crewai.com>