mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +00:00
fix(stream_chunk_builder_utils.py): don't set index on modelresponse
This commit is contained in:
parent
a743b6fc1f
commit
4a226814ff
1 changed files with 0 additions and 1 deletions
|
@ -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,
|
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue