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 @@ -828,9 +828,6 @@ async def chat_completion_stream_generator(
history_tool_call_cnt += 1
tools_streamed[i] = True

# 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
Loading