fix(stream_chunk_builder_utils.py): don't set index on modelresponse

This commit is contained in:
Krrish Dholakia 2025-04-16 09:28:00 -07:00
parent a743b6fc1f
commit 4a226814ff

View file

@ -161,7 +161,6 @@ class ChunkProcessor:
name=tool_call_data["name"], name=tool_call_data["name"],
), ),
type=tool_call_data["type"] or "function", type=tool_call_data["type"] or "function",
index=index,
) )
) )