mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
fix code quality
This commit is contained in:
parent
4f91ee77f9
commit
54e7ae18e5
1 changed files with 0 additions and 2 deletions
|
@ -405,8 +405,6 @@ class LiteLLMCompletionResponsesConfig:
|
||||||
"""
|
"""
|
||||||
Transform a Chat Completion tools into a Responses API tools
|
Transform a Chat Completion tools into a Responses API tools
|
||||||
"""
|
"""
|
||||||
import json
|
|
||||||
|
|
||||||
all_chat_completion_tools: List[ChatCompletionMessageToolCall] = []
|
all_chat_completion_tools: List[ChatCompletionMessageToolCall] = []
|
||||||
for choice in chat_completion_response.choices:
|
for choice in chat_completion_response.choices:
|
||||||
if isinstance(choice, Choices):
|
if isinstance(choice, Choices):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue