forcedotcom / Einstein-GPT-for-Developers

Einstein GPT For Developers
BSD 3-Clause "New" or "Revised" License
37 stars 9 forks source link

Can't Copy the Generated Response from History & Feedback Panel UI (Visual Studio Code + Code Builder) #10

Closed abrantes23 closed 9 months ago

abrantes23 commented 1 year ago

Can't copy the response from UI history previous responses.

Visual Studio Code image

Code Builder

image
jonifazo commented 1 year ago

Hi abrantes23! Thank you for this feedback. We will investigate and get back to you soon.

gbockus-sf commented 1 year ago

Hi @abrantes23! If you highlight the prompt while the row is expanded it will collapse, but if you copy at that point you'll get the entire prompt. Thanks for the feedback. We've discussed having some copy buttons in there. We'll see if we can make it more user friendly.

2023-09-14_17-19-44 (1)

klewis-sfdc commented 1 year ago

Internal WI created for this issue: W-14141880.

randi274 commented 9 months ago

We've got a fix open to address the issue where the row is collapsing, so highlighting to copy + paste will soon be much easier!

On further exploration, the root cause of the copy not working is due to this VS Code bug: https://github.com/microsoft/vscode/issues/141080. The workaround for now is to highlight the text you want to work with and from there you may use the context menu or ctrl+c.