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

Trace Details

Id

{{result.get('data_point_id') or '--'}}

Metrics

{% for test in tests %}
{{test.get('test_name')}}{{test.get('score')}}
{% endfor %}

Generation TRACE

Prompt

{{result.get('prompt') or '--'}}

Response

{{result.get('response') or '--'}}

{% if result.get('Ground Truth') %}
Ground Truth

{{result.get('Ground Truth') or '--'}}

{% endif %} {% if result.get('context') %}
Context

{{result.get('context')|tojson or '--'}}

{% endif %}
{% endblock %}