Describe the bug
I performed the recommended test for preserve_thinking on Qwen3.6_35B. The model did in fact think of two numbers, but when asked for the second, clearly did not preserve the prior turn's thinking:
To Reproduce
Steps to reproduce the behavior:
- Load Qwen 3.6 with these settings:
(I also tried the same experiment without explicitly setting preserve_thinking:true and got the same result.)
Expected behavior
The model preserves the previous turn's chain of thought and is able to recall the second number quickly and correctly, without making something up or guessing.
Describe the bug
I performed the recommended test for preserve_thinking on Qwen3.6_35B. The model did in fact think of two numbers, but when asked for the second, clearly did not preserve the prior turn's thinking:
To Reproduce
Steps to reproduce the behavior:
(I also tried the same experiment without explicitly setting preserve_thinking:true and got the same result.)
Expected behavior
The model preserves the previous turn's chain of thought and is able to recall the second number quickly and correctly, without making something up or guessing.