mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2026-06-14 02:09:22 -04:00
4 lines
179 B
Django/Jinja
4 lines
179 B
Django/Jinja
{% for b in filter_by_type(msg.content_blocks, "tool_result") %}
|
|
{ "role": "tool", "tool_call_id": {{ tojson(b.tool_use_id) }}, "content": {{ tojson(b.content) }} },
|
|
{% endfor %}
|