Files
crewAI/src/crewai/cli
x1x2 5780c3147a fix: correct parameter name in crew template test function (#2567)
This commit resolves an issue in the crew template generator where the test() 
function incorrectly uses 'openai_model_name' as a parameter name when calling 
Crew.test(), while the actual implementation expects 'eval_llm'.

The mismatch causes a TypeError when users run the generated test command:
"Crew.test() got an unexpected keyword argument 'openai_model_name'"

This change ensures that templates generated with 'crewai create crew' will 
produce code that aligns with the framework's API.
2025-04-10 08:51:10 -04:00
..
2024-12-10 11:18:45 -05:00
2024-03-11 16:37:32 -03:00
2024-11-05 12:07:29 -05:00
2025-02-26 15:21:36 -05:00
2025-04-08 10:27:02 -07:00
2024-10-21 19:32:55 -04:00
2024-10-24 14:44:30 -04:00
2025-02-26 15:21:36 -05:00