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 99aa883 commit ea5967aCopy full SHA for ea5967a
vllm/reasoning/deepseek_r1_reasoning_parser.py
@@ -168,5 +168,5 @@ def extract_reasoning_content(
168
# It should not happen since we already checked for the presence
169
# of the end token.
170
# If generation stops right after end-of-think, return null content
171
- content = content or None
172
- return reasoning_content, content
+ final_content = content or None
+ return reasoning_content, final_content
0 commit comments