{{ primary_run_list(all_runs, run.service_name, run.run_id) }}
{{ secondary_service_list(all_service_names, run.service_name, run.run_id, run2.service_name, run2.run_id) }}
{% include "_menu.html" %}
{% if run.state == 'in-progress' %}
{% else %}
{{ render_request_diff_table(run, run2, requests_option_keys) }}
{{ render_response_stats_diff_table(run, run2) }}
{{ render_response_diff_table(run, run2, response_keys) }}
{% endif %}
{{ secondary_run_list(all_runs, run.service_name, run.run_id, run2.service_name, run2.run_id) }}
this run is still in progress...
PROMPT RUN COMPARISON
STATS
PROMPT
{{ run.prompt_content }}
{{ run2.prompt_content }}
OUTPUT
{{ run.output_content }}
{{ run2.output_content }}