{% extends "base.html" %} {% block title %}AI History{% endblock %} {% block page_title %}AI History{% endblock %} {% block topbar_actions %} Open Chat {% endblock %} {% block content %}
| Date | Type | Content | Tokens |
|---|---|---|---|
| {{ item.created_at.strftime('%b %d, %H:%M') }} | {{ item.insight_type | replace('_',' ') | title }} |
{% if item.prompt_summary and item.insight_type == 'chat_response' %}
{{ item.prompt_summary }}
{% endif %}
{{ item.content | truncate(180) }}
|
{{ item.tokens_used or 'โ' }} |
No AI history yet. Start a conversation.
Open Chat