Files
ailine/backend/app/templates/conversation_summary.md
root 4c119073bc
All checks were successful
构建并部署 AI Agent 服务 / deploy (push) Successful in 6m6s
优化输出
2026-05-09 01:51:18 +08:00

291 B

对话摘要

时间: {{ timestamp }} {% if participants %} 参与者: {{ participants }} {% endif %}


📋 对话要点

{{ bullet_list(points) }}


📝 总结

{{ summary }}


{% if next_steps %}

➡️ 下一步

{{ bullet_list(next_steps) }} {% endif %}