consult_llm
Leverage advanced AI models for unbiased, in-depth analysis on complex coding challenges. Submit your question with optional code context for code review, bug fixes, architecture advice, or implementation guidance.
Instructions
Ask a more powerful AI for help with complex problems. Provide your question in the prompt field and optionally include relevant code files as context.
Be specific about what you want: code implementation, code review, bug analysis, architecture advice, etc.
IMPORTANT: Ask neutral, open-ended questions. Avoid suggesting specific solutions or alternatives in your prompt as this can bias the analysis. Instead of "Should I use X or Y approach?", ask "What's the best approach for this problem?" Let the consultant LLM provide unbiased recommendations.
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| files | No | Array of file paths to include as context. All files are added as context with file paths and code blocks. | |
| git_diff | No | Generate git diff output to include as context. Shows uncommitted changes by default. | |
| model | No | LLM model to use | o3 | 
| prompt | Yes | Your question or request for the consultant LLM. Ask neutral, open-ended questions without suggesting specific solutions to avoid biasing the analysis. |