mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-07-05 23:19:22 +00:00
Addresses review feedback: when tools are present, response_model must not be passed to litellm.completion/acompletion either, because litellm uses instructor internally which would override the tools parameter. Added 2 more tests that explicitly verify response_model is NOT in the kwargs sent to litellm when tools are present. Co-Authored-By: João <joao@crewai.com>