lucianommartins commited on
Commit
b515064
·
verified ·
1 Parent(s): 116c59c

fix: update stale comment — thinking channel no longer tool-call-only

Browse files
Files changed (1) hide show
  1. chat_template.jinja +1 -1
chat_template.jinja CHANGED
@@ -228,7 +228,7 @@
228
  {{- '<|turn>' + role + '\n' }}
229
  {%- endif -%}
230
 
231
- {#- Render reasoning/reasoning_content as thinking channel (tool-call turns only) -#}
232
  {%- set thinking_text = message.get('reasoning') or message.get('reasoning_content') -%}
233
  {%- set thinking_gate = (loop.index0 > ns_turn.last_user_idx) or preserve_thinking -%}
234
  {%- if thinking_text and thinking_gate -%}
 
228
  {{- '<|turn>' + role + '\n' }}
229
  {%- endif -%}
230
 
231
+ {#- Render reasoning/reasoning_content as thinking channel -#}
232
  {%- set thinking_text = message.get('reasoning') or message.get('reasoning_content') -%}
233
  {%- set thinking_gate = (loop.index0 > ns_turn.last_user_idx) or preserve_thinking -%}
234
  {%- if thinking_text and thinking_gate -%}