consult_llm
Analyze complex problems, review code, or implement solutions by consulting advanced AI models. Submit markdown files for prompts and include relevant code files for context to get tailored responses.
Instructions
Ask a more powerful AI for help with complex problems. Write your problem description in a markdown file and pass relevant code files as context.
Be specific about what you want: code implementation, code review, bug analysis, architecture advice, etc.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
files | Yes | Array of file paths to process. Markdown files (.md) become the main prompt, other files are added as context with file paths and code blocks. In the markdown file(s), be clear about what you want the LLM to do: implement code, review code, explain concepts, analyze bugs, etc. | |
git_diff | No | Generate git diff output to include as context. Shows uncommitted changes by default. | |
model | No | LLM model to use | o3 |