fix test_drop_params_parallel_tool_calls

This commit is contained in:
Ishaan Jaff 2024-08-07 16:26:56 -07:00 committed by Krrish Dholakia
parent 400653992c
commit 4c375d13d6

View file

@ -345,7 +345,7 @@ def test_drop_params_parallel_tool_calls(model, provider, should_drop):
response = litellm.utils.get_optional_params( response = litellm.utils.get_optional_params(
model=model, model=model,
custom_llm_provider=provider, custom_llm_provider=provider,
response_format="json", response_format={"type": "json"},
parallel_tool_calls=True, parallel_tool_calls=True,
drop_params=True, drop_params=True,
) )