We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a50d26e commit 764ff8fCopy full SHA for 764ff8f
src/ai-bundle/templates/data_collector.html.twig
@@ -48,7 +48,7 @@
48
<ol>
49
{% for toolCall in toolCalls %}
50
<li>
51
- <strong>{{ toolCall.name }}({{ toolCall.arguments|map((value, key) => "#{key}: #{value}")|join(', ') }})</strong>
+ <strong>{{ toolCall.name }}({{ toolCall.arguments|map((value, key) => "#{key}: #{value|json_encode}")|join(', ') }})</strong>
52
<i>(ID: {{ toolCall.id }})</i>
53
</li>
54
{% endfor %}
0 commit comments