mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-12 13:05:11 +00:00
Fix : revert get_combined_tool_content
This commit is contained in:
@@ -132,7 +132,7 @@ class ChunkProcessor:
|
||||
)
|
||||
return response
|
||||
|
||||
def get_combined_tool_content( #noqa: PLR0915
|
||||
def get_combined_tool_content( # noqa: PLR0915
|
||||
self, tool_call_chunks: List[Dict[str, Any]]
|
||||
) -> List[ChatCompletionMessageToolCall]:
|
||||
tool_calls_list: List[ChatCompletionMessageToolCall] = []
|
||||
|
||||
Reference in New Issue
Block a user