remove-added-functions.-in-tool_call_id (#60)
Browse files- remove-added-functions.-in-tool_call_id (358dd33617e3b036623a0b1ec8d889635478859a)
- chat_template.jinja +1 -1
chat_template.jinja
CHANGED
|
@@ -39,7 +39,7 @@
|
|
| 39 |
{%- endfor -%}
|
| 40 |
<|tool_calls_section_end|>
|
| 41 |
{%- elif message['role'] == 'tool' -%}
|
| 42 |
-
{%- set tool_call_id = message.tool_call_id
|
| 43 |
## Return of {{ tool_call_id }}
|
| 44 |
{{render_content(message)}}
|
| 45 |
{%- elif message['content'] is not none -%}
|
|
|
|
| 39 |
{%- endfor -%}
|
| 40 |
<|tool_calls_section_end|>
|
| 41 |
{%- elif message['role'] == 'tool' -%}
|
| 42 |
+
{%- set tool_call_id = message.tool_call_id -%}
|
| 43 |
## Return of {{ tool_call_id }}
|
| 44 |
{{render_content(message)}}
|
| 45 |
{%- elif message['content'] is not none -%}
|