{# Cassette detail body. Standalone on /partials/cassette; embedded in cassette.html for first paint. #}
/ cassette

{{ rel_path }}

{{ abs_path }}
{% if providers or models %}
{% for p in providers %}{{ p }}{% endfor %} {% for m in models[:6] %}{{ m }}{% endfor %} {% if models|length > 6 %}+{{ models|length - 6 }}{% endif %}
{% endif %}
interactions
{{ cassette.interactions | length }}
size
{{ size_bytes | bytes_human }}
modified
{{ modified_at | since }}
{% if cassette.interactions %}

Interactions

{% else %}

This cassette is empty. No interactions recorded yet. The page will update automatically when something gets recorded.

{% endif %}