"Add to Chat" button upon placing cursor over an error (image included)

I’d like to be able to add errors into ongoing conversations using a button like below.

I often run into the scenario where I’m working on a function with the AI, I copy-paste it into the editor, and then an error pops up on something, and then I want to fix it, but preferably with the context of the ongoing function-building conversation included in the prompt, so that I can be more confident that whatever solution the AI gives me is aligned with what I’m already doing.

Sometimes, errors also come up when I change other parts of the code, and in those cases I’d like to be able give the AI new information about my changes and intentions myself, before having it attempt a solution.

Currently I sometimes manually copy-paste the error, but that can be a bit annoying. Preferably, I’d like a button that just adds something like the following to the conversation:

“”"

{{SNIPPET}}

Upon highlighting {{THING}}, we get the following error:

{{ERROR}}

“”"

And then users could make further modifications from there if/as needed.

Also, thanks for allowing the conversation and inline-edit AIs to be separate models, I appreciate not having to pay attention to that stuff anymore.

1 Like

With the new large context Gemini models coming online this is just such an essential feature. Having to copy and paste the message is infuriating.

I could also use an “add all errors to chat” feature so that we could see multi-component interactions in context.

I see that we are basically requesting the same thing I posted here: Enable Error Debugging in Continuation of Existing Chat

It would be nice if the team could implement this feature.