优化输出
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,21 @@
## ⚠️ 操作失败
**错误类型**: {{ error_type }}
{% if error_message %}
**错误详情**: {{ error_message }}
{% endif %}
---
### 💡 建议操作
{{ suggestions }}
---
{% if retry_count %}
> 已重试 {{ retry_count }} {% if max_retries %}/ 最多 {{ max_retries }} 次{% endif %}
{% endif %}
*如果问题持续存在,请联系管理员或稍后重试*