mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-24 08:30:09 +00:00
fix test_drop_params_parallel_tool_calls
This commit is contained in:
committed by
Krrish Dholakia
parent
400653992c
commit
4c375d13d6
@@ -345,7 +345,7 @@ def test_drop_params_parallel_tool_calls(model, provider, should_drop):
|
||||
response = litellm.utils.get_optional_params(
|
||||
model=model,
|
||||
custom_llm_provider=provider,
|
||||
response_format="json",
|
||||
response_format={"type": "json"},
|
||||
parallel_tool_calls=True,
|
||||
drop_params=True,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user