Files
ailine/backend/app/templates/conversation_summary.md

27 lines
291 B
Markdown
Raw Permalink Normal View History

2026-05-09 01:51:18 +08:00
# 对话摘要
**时间**: {{ timestamp }}
{% if participants %}
**参与者**: {{ participants }}
{% endif %}
---
## 📋 对话要点
{{ bullet_list(points) }}
---
## 📝 总结
{{ summary }}
---
{% if next_steps %}
## ➡️ 下一步
{{ bullet_list(next_steps) }}
{% endif %}