Commit Graph

2 Commits

Author SHA1 Message Date
Devin AI
8517a1462a fix: resolve import sorting issues in agent.py and test_agent.py
Co-Authored-By: Joe Moura <joao@crewai.com>
2024-12-31 05:36:32 +00:00
Devin AI
452aa9f173 fix: normalize LLM parameter case and improve type handling
- Add case normalization for 'LLM' parameter with deprecation warning
- Add comprehensive type conversion for LLM parameters
- Add proper error handling for parameter conversion
- Add tests to verify parameter handling

Fixes #1817

Co-Authored-By: Joe Moura <joao@crewai.com>
2024-12-31 05:00:11 +00:00