Update chat_template.jinja
Browse files- chat_template.jinja +1 -1
chat_template.jinja
CHANGED
|
@@ -270,7 +270,7 @@
|
|
| 270 |
{{- "Reasoning: " + reasoning_effort + "
|
| 271 |
|
| 272 |
" }}
|
| 273 |
-
{%- if builtin_tools %}
|
| 274 |
{{- "# Tools
|
| 275 |
|
| 276 |
" }}
|
|
|
|
| 270 |
{{- "Reasoning: " + reasoning_effort + "
|
| 271 |
|
| 272 |
" }}
|
| 273 |
+
{%- if builtin_tools is defined %}
|
| 274 |
{{- "# Tools
|
| 275 |
|
| 276 |
" }}
|