{% extends "base.html" %} {% block title %}Datasets — AI Reliability Platform{% endblock %} {% block content %}
Golden datasets for testing LLM outputs
| ID | Name | Description | Created | |
|---|---|---|---|---|
| {{ d.id }} | {{ d.name }} | {{ d.description or "—" }} | {{ d.created_at.strftime("%Y-%m-%d %H:%M") }} | View |
curl -X POST http://localhost:8000/api/v1/eval/datasets \
-H "Content-Type: application/json" \
-d '{"name": "Email Classification", "description": "Test email classification prompts"}'