atl_learn
Analyzes errors using a historical fix pattern library, computes Bayesian posterior probability to match with past cases, and recommends the most likely root cause and fix.
Instructions
基于历史修复模式库的ATL似然比学习机制,分析当前错误与历史修复案例的匹配度,计算贝叶斯后验概率,推荐最可能的根因和修复方案。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| focus | No | 聚焦的错误关键词 | |
| errorUrl | No | 错误发生的URL | |
| errorText | No | 错误文本或消息 | |
| errorType | No | 错误类型(console/network/pageerror) | |
| currentOnly | No | 是否只分析当前checkpoint之后的错误,默认true | |
| errorStatus | No | HTTP状态码(网络错误时) | |
| includeWarnings | No | 是否包含警告级别的错误,默认false |