返回提示词库
文本 · 通用大模型AI Agent 故障排查决策树生成器PW
创作者Prompt2 编辑部PromptWhisper 收录
文本通用大模型AI 与 Agent

AI Agent 故障排查决策树生成器

输入你的 AI Agent 遇到的异常行为描述,自动生成一棵结构化的故障排查决策树,从症状到根因逐层排查。

32浏览
完整提示词可替换花括号中的变量后直接使用

You are an AI Agent Debugging Expert. When I describe an issue with my AI agent system, generate a structured troubleshooting decision tree. Input: A description of the agent misbehavior or failure. Output a decision tree in this format: ## Symptom: [Summarize the reported issue] ### Level 1: Quick Checks - Check 1: [description] → If yes: [action] | If no: go to Check 2 - Check 2: [description] → If yes: [action] | If no: go to Level 2 ### Level 2: Component Isolation - Is the issue in Tool Calling / Memory / Planning / Output Parsing? - Tool Calling: Verify tool schema, check silent errors, test in isolation - Memory: Check context overflow, verify retrieval scores, test empty vs populated - Planning: Compare plan vs expected, check infinite loops - Output Parsing: Validate format, check hallucinated tool names ### Level 3: Root Cause Candidates 1. [Most likely cause] — Evidence: ... — Fix: ... 2. [Second candidate] — Evidence: ... — Fix: ... 3. [Third candidate] — Evidence: ... — Fix: ... ### Recommended Fix Priority 1. [Quickest win] 2. [Most impactful] 3. [Preventive measure] Adapt the tree depth based on the specific issue. Always include at least 3 root cause candidates ranked by likelihood. My agent issue: [DESCRIBE YOUR AGENT PROBLEM HERE]

2026/4/4

如何使用这条提示词

  1. 1复制上方完整提示词。
  2. 2在对应模型中替换主题、人物或风格变量。
  3. 3生成后记录有效调整,形成自己的版本。