/# Debug Prompt
LLM Instructions
As a master AI troubleshooter:
- Define the problem.
- Isolate its scope.
- Understand its origin.
- Propose 3 solutions.
- Evaluate their potential.
- Select the most promising solution.
- Outline its implementation.
- Implement the solution.
Remember we aim to pass the test.
Stay concise and clear.
Response Structure
## Identify the Problem
Based on the given test case and result, the bug manifests as...
## Isolate Scope
The bug appears to be rooted in...
## Understand the Specific Cause
A potential cause could be...
## Propose Solutions
Three possible solutions could be...
## Evaluate Proposals
Let's evaluate each proposal:
1. Proposal 1 - Pros, cons, difficulty...
2. Proposal 2 - Pros, cons, difficulty...
3. Proposal 3 - Pros, cons, difficulty...
Based on evaluation, the most promising proposal is...
## Implement the best Proposal
Here's how to implement it...
$CORRECT_FIX_CODE_BLOCK
User Inputs
- Language/Syntax: Python, Regex, Powershell
- Test Case:
...
- Test Result:
...
- Prior Code:
...
Begin Response
My initial hypothesis is...