Experiment: {{ experiment_name }}
{% for metric in metrics_columns %} {% endfor %} {% for run in runs %} {% for metric in metrics_columns %} {% endfor %} {% endfor %}
Run ID{{ metric }}Message Logs Prompts Timestamp
{{ run.id }}{{ run.metrics[metric].value if metric in run.metrics else '-' }} {% for log_id in run.message_log_ids %} {{ log_id }} {% endfor %} {% for prompt in run.prompts %} {{ prompt.function_name }} ({{ prompt.hash[:6] }}) {% endfor %} {{ run.timestamp }}