mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
Fix : revert get_combined_tool_content
This commit is contained in:
parent
d721db2295
commit
3daab290f6
1 changed files with 1 additions and 1 deletions
|
|
@ -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] = []
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue