This commit is contained in:
26
backend/app/templates/conversation_summary.md
Normal file
26
backend/app/templates/conversation_summary.md
Normal file
@@ -0,0 +1,26 @@
|
||||
# 对话摘要
|
||||
|
||||
**时间**: {{ timestamp }}
|
||||
{% if participants %}
|
||||
**参与者**: {{ participants }}
|
||||
{% endif %}
|
||||
|
||||
---
|
||||
|
||||
## 📋 对话要点
|
||||
|
||||
{{ bullet_list(points) }}
|
||||
|
||||
---
|
||||
|
||||
## 📝 总结
|
||||
|
||||
{{ summary }}
|
||||
|
||||
---
|
||||
|
||||
{% if next_steps %}
|
||||
## ➡️ 下一步
|
||||
|
||||
{{ bullet_list(next_steps) }}
|
||||
{% endif %}
|
||||
Reference in New Issue
Block a user