mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-14 08:57:57 -05:00
* Enhance string interpolation to support hyphens in variable names and add corresponding test cases. Update existing tests for consistency and formatting. * Refactor tests in task_test.py by removing unused Task instances to streamline test cases for the interpolate_only method and related functions.