CHAT INSIGHTS REPORT

ID: {{ generated_at }}

{{ summary_metrics.activity_badge or "Daily Archive" }}
{% for card in summary_metrics.kpi_cards|default([]) %}
{{ card.label }} {{ card.value }}
{% endfor %}
# Personal Interest Radar
{% for tag in summary_metrics.topic_tags|default([]) %} {{ tag }} {% endfor %} {% if not (summary_metrics.topic_tags|default([])) %} 暂无热点标签 {% endif %}
# {{ summary_doc_title or title }}

{{ summary_lead or "暂无总结内容。" }}

# Key Discussions
{% for topic in summary_topics|default([]) %}

{{ "%02d"|format(loop.index) }}. {{ topic["title"] }}

{% if topic["time_range"] or topic["participants"] %}
{% if topic["time_range"] %}
时段:{{ topic["time_range"] }}
{% endif %} {% if topic["participants"] %}
参与人数:{{ topic["participants"] }}
{% endif %}
{% endif %} {% if topic["analysis_points"]|default([]) %}
Background

{{ topic["analysis_points"][0] }}

{% endif %} {% if topic["overview_points"]|default([]) %}
Key Points
    {% for line in topic["overview_points"] %}
  • {{ line }}
  • {% endfor %}
{% endif %} {% if topic["quote_text"] %}
Conclusion

{{ topic["quote_text"] }}

{% endif %}
{% endfor %}
{% if not (summary_topics|default([])) %}

{{ summary_fallback_text }}

{% endif %} {% if summary_shared_resources|default([]) %}
# Shared Resources
{% for line in summary_shared_resources %}

{{ line }}

{% endfor %}
{% endif %}
# Marketplace {% for line in summary_marketplace|default([]) %}

{{ line }}

{% endfor %} {% if not (summary_marketplace|default([])) %}

暂无交易信息

{% endif %}
# Unresolved Pool {% for line in summary_unresolved_pool|default([]) %}

{{ line }}

{% endfor %} {% if not (summary_unresolved_pool|default([])) %}

暂无待解问题

{% endif %}
# Core Knowledge Points {% for line in summary_core_points|default([]) %}

{{ line }}

{% endfor %} {% if not (summary_core_points|default([])) %}

暂无核心知识点

{% endif %}
Top Contributors
{% for name in summary_top_contributors|default([]) %} {{ name[:1] }} {% endfor %} {% if not (summary_top_contributors|default([])) %} ABC {% endif %}