"git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "5e0369219f285a97db2c4ca2153defea9cc4f177"
thinking: fix double emit when no opening tag
The thinking parser will automatically transition to being a pass-through if non-whitespace is seen before an opening tag. However, we weren't clearing the buffer after the first non-whitespace input, so in practice the first token would be emitted twice. Added a test that demonstrated this, and then fixed the bug.
Showing
Please register or sign in to comment