fix_bug
Analyze bugs and failures using the TBP 8-step method to identify root causes and produce fix plans with verification steps.
Instructions
当用户需要找问题、修 bug、排查异常、定位回归、分析失败原因、分析为什么没生效、先分析再修时使用。默认采用 TBP 8 步法做真因分析,并输出修复方案与验证步骤
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error_message | No | 错误信息 | |
| stack_trace | No | 堆栈跟踪。可选 | |
| code_context | No | 相关代码。可选 | |
| analysis_mode | No | 分析方法。默认 tbp8(丰田问题分析 8 步法) |