We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04ad0dc commit 68dbde5Copy full SHA for 68dbde5
vllm/entrypoints/openai/serving_chat.py
@@ -828,9 +828,6 @@ async def chat_completion_stream_generator(
828
history_tool_call_cnt += 1
829
tools_streamed[i] = True
830
831
- # update the previous values for the next iteration
832
- previous_texts[i] = current_text
833
-
834
# handle streaming deltas for tools with "auto" tool choice
835
# and reasoning parser
836
elif tool_choice_auto and self.reasoning_parser:
0 commit comments