Agent Chat Rounds
All AI agent chat round records
Back to Home
Fix Summaries
API Documentation
{% if chat_rounds %}
{% for chat_round in chat_rounds %}
{{ chat_round.timestamp }}
{{ chat_round.query }}
{{ chat_round.steps|length }} steps
ID: {{ chat_round.id[:8] }}...
Answer:
{{ chat_round.answer[:200] }}{% if chat_round.answer|length > 200 %}...{% endif %}
View Details →
{{ chat_round.answer|length }} characters
{% endfor %}
{% if page > 1 %}
Previous
{% else %}
Previous
{% endif %}
Page {{ page }} of {{ total_pages }}
{% if page < total_pages %}
Next
{% else %}
Next
{% endif %}
Total {{ total }} records, showing {{ limit }} per page
{% else %}
No Agent Chat Round Data
When your AI agent has chat rounds, records will be displayed here.
Back to Home
{% endif %}
↑