mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-12 23:01:41 +00:00
style(responses): ruff format metadata resolution block
This commit is contained in:
parent
154dd813b1
commit
237b3072a1
1 changed files with 1 additions and 3 deletions
|
|
@ -246,9 +246,7 @@ class ResponsesAPIRequestUtils:
|
|||
|
||||
from litellm.utils import add_openai_metadata
|
||||
|
||||
converted_metadata: Final = (
|
||||
add_openai_metadata(metadata_source) if metadata_source is not None else None
|
||||
)
|
||||
converted_metadata: Final = add_openai_metadata(metadata_source) if metadata_source is not None else None
|
||||
non_default_params_with_metadata: Final = (
|
||||
{**non_default_params, "metadata": converted_metadata}
|
||||
if converted_metadata
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue