error_analyze
Analyze error logs to generate actionable repair suggestions or concise Markdown summary reports. Choose between fix and summary modes for targeted diagnostics.
Instructions
错误分析工具(v1.9.5 起合并 error_fix_suggestion/error_summary_md)。通过 mode 参数区分子模式:fix(默认,根据错误日志生成修复建议)/ summary(生成错误摘要 Markdown 报告)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | 分析模式:fix(默认,生成修复建议)/ summary(生成错误摘要 Markdown) | fix |
| limit | No | 返回数量限制(mode=fix/summary 时使用) | |
| errors | No | 错误列表(mode=fix/summary 时使用) | |
| format | No | 输出格式(mode=summary 时使用) | markdown |
| errorType | No | 错误类型过滤(mode=fix 时使用) |