forked from phoenix/litellm-mirror
fix test_drop_params_parallel_tool_calls
This commit is contained in:
parent
400653992c
commit
4c375d13d6
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue