{% if entry.input is string %}
Input Prompt:
{% else %}
Multi-Turn Input Prompt:
{% endif %}
{% if entry.objective and not entry.conversation and entry.objective is not none and entry.objective != '' %}
Objective:{{ entry.objective|e }}
{% endif %}
{% if entry.conversation %}
{{ process_conversation(entry.conversation, truncated=truncated) | safe }}
{% elif entry.input is mapping %}
{% for message in entry.input.conversation %}