mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-10 22:41:41 +00:00
pass verbosity parameter to optional_param_args
This commit is contained in:
parent
23f7d4f0b0
commit
190a26a4da
1 changed files with 1 additions and 0 deletions
|
|
@ -1455,6 +1455,7 @@ def completion( # type: ignore # noqa: PLR0915
|
|||
"parallel_tool_calls": parallel_tool_calls,
|
||||
"messages": messages,
|
||||
"reasoning_effort": reasoning_effort,
|
||||
"verbosity": verbosity,
|
||||
"thinking": thinking,
|
||||
"web_search_options": web_search_options,
|
||||
"safety_identifier": safety_identifier,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue