{% extends 'base.html' %} {% block content %}

Agent Performance Evaluation

Conversation ID: {{ conversation.id }}

{% if performance_data %}

Overall Score: {{ performance_data.overall_score|floatformat:2 }}

Metric Scores:

Feedback:

{% else %}

No performance data available for this conversation.

{% endif %} Back to Conversation {% endblock %}