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>