So I’ve found myself incrementally working towards code that uses the OpenAI transcribe / translate API correctly. It’s a slog; lots of questions and delays and attempts.
I have another topic open about why Cursor seems to be ignoring the OpenAI documentation it has access to. I’m not sure how much of that is contributing to the slog.
This is a different question: Is Cursor automatically aware of the API response and can I just, like, @ mention the response or tell Cursor to reason about the response it got back?
For example, there’s an obvious difference between getting back a big complex json object vs getting back a single text string. The code for each case is different. It would be magical if Cursor can automatically include the response in its reasoning and just edit the code to correctly handle the response.