mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-04-06 02:58:13 +00:00
- Guard _get_llm_extra_kwargs with is_litellm check to avoid passing litellm-specific kwargs to non-litellm instructor clients - Remove unused pytest import - Remove unused result variable in test_to_pydantic_forwards_api_key - Add test for non-litellm path returning empty kwargs Co-Authored-By: João <joao@crewai.com>