debug_investigate
Analyzes problem symptoms to aggregate errors, events, and network details, then provides hypotheses, evidence chains, and repair steps.
Instructions
输入问题症状,自动汇总本轮 errors、events、network_detail、DOM 可见错误、storage、artifacts,并输出假设、证据链和下一步修复/复测建议。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| focus | No | 关注的 URL/API 关键字,例如 /api/ai/summarize | |
| limit | No | 网络和事件最多返回条数,默认 20/50 | |
| symptom | No | 问题现象,例如:点击 AI 要点后 403 | |
| expected | No | 期望结果,例如:生成 AI 要点 | |
| statusMin | No | 只关注状态码大于等于该值的网络记录 | |
| urlContains | No | focus 的别名,按 URL 过滤网络和事件 | |
| includeStorage | No | 是否包含 storage 脱敏快照,默认 true | |
| includeArtifacts | No | 是否包含 artifacts 列表,默认 true |