{{ result.metadata.name }}

Type: VerifyQuotes

Number of quotes verified: {{ result.metadata.num_quotes }}

Min fuzzy ratio threshold: {{ result.metadata.min_fuzzy_ratio }}

{% if result.stats %}
Verification Statistics:
{% endif %} {% if result.matches_df is defined and not result.matches_df.empty %}
Quote Matches (click to expand)
{% set display_df = result.matches_df.drop(columns=['source_doc_content'], errors='ignore') %} {{ display_df|df_to_html|safe }}
{% endif %}