{% extends 'base.html' %} {% block content %}
| Fuente | Título | Contenido | |
|---|---|---|---|
| {{ item.source_type }} | {{ item.title }} {{ item.source_ref or item.keywords or '' }} | {{ item.content[:180] }}{% if item.content|length > 180 %}...{% endif %} | |
| Sin conocimiento cargado. | |||
Probá consultas como: “¿Qué especialidades tienen?”, “¿Cuánto cuesta la consulta?”, “Quiero un turno”.
| Fecha | Sesión | Intención | Consulta | Respuesta |
|---|---|---|---|---|
| {{ log.created_at.strftime('%d/%m/%Y %H:%M') if log.created_at else '' }} | {{ log.session_id }} | {{ log.intent }} | {{ log.incoming_text[:160] if log.incoming_text else '' }} | {{ log.outgoing_text[:220] if log.outgoing_text else '' }} |
| Todavía no hay conversaciones. | ||||