mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2026-07-06 21:19:13 -04:00
refactor: Finalize agent template
This commit is contained in:
3
sources/agents/partials/openai_tool_results.jinja
Normal file
3
sources/agents/partials/openai_tool_results.jinja
Normal file
@@ -0,0 +1,3 @@
|
||||
{% 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 %}
|
||||
Reference in New Issue
Block a user