{{ message.content }}

Tool: {{ message.tool_data.tool }}

{{ isToolExpanded(index) ? '▼' : '▶' }}
Input:
{{ message.tool_data.input.code }}
{{ JSON.stringify(message.tool_data.input, null, 2) }}
Output:
{{ message.tool_data.output.text }}