Loading...
Loading...
Compare original and translation side by side
Start: System crashes when user clicks "Submit"
Goal: Identify root cause
Steps:
1. Trace user action to event handler
2. Check event handler for errors
3. Trace data flow to backend
4. Check backend validation logic
5. Inspect database query execution
6. Identify exact failure point初始状态:用户点击“提交”时系统崩溃
目标状态:确定根本原因
步骤:
1. 追踪用户操作至事件处理器
2. 检查事件处理器是否存在错误
3. 追踪数据流至后端
4. 检查后端验证逻辑
5. 检查数据库查询执行情况
6. 定位确切的故障点undefinedundefined
---
---undefinedundefined
---
---undefinedundefined
---
---| Problem Type | Use Self-Reflecting Chain | Use ToT/BoT |
|---|---|---|
| Dependencies | Sequential steps | Independent paths |
| Goal | Single logical conclusion | Explore options |
| Method | Step-by-step reasoning | Parallel branches |
| Backtracking | Return to previous step | Prune branches |
| Output | Reasoning trace | Multiple solutions |
| 问题类型 | 使用自我反思式链式推理 | 使用ToT/BoT |
|---|---|---|
| 依赖关系 | 序列步骤 | 独立路径 |
| 目标 | 单一逻辑结论 | 探索选项 |
| 方法 | 逐步推理 | 并行分支 |
| 回溯 | 返回至前序步骤 | 修剪分支 |
| 输出 | 推理轨迹 | 多种解决方案 |