ask_codex
Send a prompt to OpenAI's GPT-4o to get a second opinion on code, an alternative implementation, or feedback on architecture and design decisions. Optionally attach a local file.
Instructions
Send a prompt to OpenAI (GPT-4o by default). Optionally attach a local file. Use this when you want a second opinion on code, an alternative implementation, or OpenAI's perspective on an architecture or design decision.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | No | Optional path to a local file. Absolute paths are recommended to avoid ambiguity about the working directory. Supported types: code and text files (.js .ts .php .py .md .json etc.), images (.png .jpg .jpeg .gif .webp), and PDFs (.pdf). Example: /Users/you/project/auth.php | |
| prompt | Yes | The question or instruction for OpenAI. | |
| system | No | Optional system prompt. |