lucianommartins commited on
Commit
1f9aeb9
·
verified ·
1 Parent(s): dfcf8d5

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
@@ -231,7 +231,7 @@
231
  {%- endif -%}
232
  {%- endif -%}
233
 
234
- {#- Render reasoning/reasoning_content as thinking channel (tool-call turns only) -#}
235
  {%- set thinking_text = message.get('reasoning') or message.get('reasoning_content') -%}
236
  {%- set thinking_gate = (loop.index0 > ns_turn.last_user_idx) or preserve_thinking -%}
237
  {%- if thinking_text and thinking_gate -%}
 
231
  {%- endif -%}
232
  {%- endif -%}
233
 
234
+ {#- Render reasoning/reasoning_content as thinking channel -#}
235
  {%- set thinking_text = message.get('reasoning') or message.get('reasoning_content') -%}
236
  {%- set thinking_gate = (loop.index0 > ns_turn.last_user_idx) or preserve_thinking -%}
237
  {%- if thinking_text and thinking_gate -%}