Skip to content
Merged
3 changes: 0 additions & 3 deletions vllm/entrypoints/openai/serving_chat.py
Original file line number Diff line number Diff line change
Expand Up @@ -784,9 +784,6 @@ async def chat_completion_stream_generator(
delta_message.tool_calls[0].id is not None):
history_tool_call_cnt += 1

# update the previous values for the next iteration
previous_texts[i] = current_text

# handle streaming deltas for tools with "auto" tool choice
# and reasoning parser
elif tool_choice_auto and self.reasoning_parser:
Expand Down