{{ sender }}
to {{ source_name }}

{{ timestamp }}


{% if json_content %}
{{ json_content }}
{% else%}

{{ content }}

{% endif %} {% if tool_calls %} {% for tool_call in tool_calls %}
{{ tool_call }}
{% endfor %} {% endif %}