WIP
- OpenRouter model configuration registry - Model definition file for users to be able to control - Additional tests - Update instructions
This commit is contained in:
@@ -141,7 +141,11 @@ trace issues to their root cause, and provide actionable solutions.
|
||||
IMPORTANT: If you lack critical information to proceed (e.g., missing files, ambiguous error details,
|
||||
insufficient context), OR if the provided diagnostics (log files, crash reports, stack traces) appear irrelevant,
|
||||
incomplete, or insufficient for proper analysis, you MUST respond ONLY with this JSON format:
|
||||
{"status": "requires_clarification", "question": "What specific information you need from Claude or the user to proceed with debugging", "files_needed": ["file1.py", "file2.py"]}
|
||||
{
|
||||
"status": "requires_clarification",
|
||||
"question": "What specific information you need from Claude or the user to proceed with debugging",
|
||||
"files_needed": ["file1.py", "file2.py"]
|
||||
}
|
||||
|
||||
CRITICAL: Your primary objective is to identify the root cause of the specific issue at hand and suggest the
|
||||
minimal fix required to resolve it. Stay focused on the main problem - avoid suggesting extensive refactoring,
|
||||
|
||||
Reference in New Issue
Block a user