Prompt #{{ event.event_id }}

Back to event log

Prompt sent to the LLM

{% for part in parts %} {% if part.type == 'text' %}
{{ part.text }}
{% else %}
Plot captured in prompt #{{ event.event_id }}
{% endif %} {% endfor %}

Event

{% for key, value in event.items() if key != 'content' %} {% endfor %}
{{ key }}{{ value if value is not none else '—' }}