- 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>