Run ID | {% for metric in metrics_columns %}{{ metric }} | {% endfor %}Message Logs | Prompts | Timestamp |
---|---|---|---|---|
{{ run.id }} | {% for metric in metrics_columns %}{{ run.metrics[metric].value if metric in run.metrics else '-' }} | {% endfor %}{% 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 }} |