优化输出
All checks were successful
构建并部署 AI Agent 服务 / deploy (push) Successful in 6m6s

This commit is contained in:
2026-05-09 01:51:18 +08:00
parent b30f7b00a7
commit 4c119073bc
18 changed files with 973 additions and 2941 deletions

View File

@@ -0,0 +1,26 @@
# 对话摘要
**时间**: {{ timestamp }}
{% if participants %}
**参与者**: {{ participants }}
{% endif %}
---
## 📋 对话要点
{{ bullet_list(points) }}
---
## 📝 总结
{{ summary }}
---
{% if next_steps %}
## ➡️ 下一步
{{ bullet_list(next_steps) }}
{% endif %}