chatgpt_consult
Consult OpenAI models for technical advice, architectural review, edge case analysis, or second opinions. Send a prompt with optional context for expert reasoning without burdening your main context.
Instructions
Consults ChatGPT / OpenAI models (e.g. o3-mini, gpt-4o, o1) for high-level technical advice, architectural review, edge case analysis, or second opinions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | Model to consult: o3-mini, gpt-4o, gpt-4o-mini, o1, etc. Default is o3-mini. | o3-mini |
| prompt | Yes | The question, design challenge, or architectural question to consult ChatGPT on. | |
| context | No | Optional relevant context (code snippets, error logs, requirements). | |
| temperature | No | Sampling temperature for non-reasoning models (0.0 to 1.0). | |
| system_prompt | No | Optional custom system prompt directive. | |
| reasoning_effort | No | Reasoning effort for o-series models (low, medium, high). |