Is there a way to determine if a user clicked "redo" when asking a question in copilot #2588
-
When this redo button is called, it calls the extension again. I cannot find any metadata in the chat request that the redo was clicked. Does this exist? If not, can we add it? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @matv-stripe , I don't think there is such info available in the API. At least, a quick debug in the In this case, I would suggest you to open a feature request in the VS Code repo, so the VS Code team could take a look. Hope this helps |
Beta Was this translation helpful? Give feedback.
Hi @matv-stripe ,
I don't think there is such info available in the API. At least, a quick debug in the
ChatRequestHandler
, looking for differences between regular and redo requests didn't show any difference that could indicate the new request is a redo (or retry).In this case, I would suggest you to open a feature request in the VS Code repo, so the VS Code team could take a look.
Hope this helps