From 4a226814ff11580c2be0e40a0587b41df222cc60 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Wed, 16 Apr 2025 09:28:00 -0700 Subject: [PATCH] fix(stream_chunk_builder_utils.py): don't set index on modelresponse --- litellm/litellm_core_utils/streaming_chunk_builder_utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/litellm/litellm_core_utils/streaming_chunk_builder_utils.py b/litellm/litellm_core_utils/streaming_chunk_builder_utils.py index 024324a697..198b71cad3 100644 --- a/litellm/litellm_core_utils/streaming_chunk_builder_utils.py +++ b/litellm/litellm_core_utils/streaming_chunk_builder_utils.py @@ -161,7 +161,6 @@ class ChunkProcessor: name=tool_call_data["name"], ), type=tool_call_data["type"] or "function", - index=index, ) )