mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-21 00:21:49 +00:00
style(responses): apply ruff formatting to transformation.py
This commit is contained in:
parent
97dbd2dfbf
commit
cd66b34b45
1 changed files with 1 additions and 3 deletions
|
|
@ -2273,9 +2273,7 @@ class LiteLLMCompletionResponsesConfig:
|
|||
finish_reason = choices[0].finish_reason
|
||||
|
||||
status: Final[ResponsesAPIStatus] = (
|
||||
LiteLLMCompletionResponsesConfig._map_chat_completion_finish_reason_to_responses_status(
|
||||
finish_reason
|
||||
)
|
||||
LiteLLMCompletionResponsesConfig._map_chat_completion_finish_reason_to_responses_status(finish_reason)
|
||||
)
|
||||
incomplete_details = getattr(chat_completion_response, "incomplete_details", None)
|
||||
if incomplete_details is None and status == "incomplete":
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue