jeffdapaz / VisualChatGPTStudio

Add chatGPT functionalities directly on Visual Studio
https://marketplace.visualstudio.com/items?itemName=jefferson-pires.VisualChatGPTStudio
MIT License
186 stars 47 forks source link

On "Add Summary" command, remove invalid characters #19

Closed jeffdapaz closed 1 year ago

jeffdapaz commented 1 year ago

Sometimes the API is adding more characters than what is supposed to on response for Add Summary" command, specally "{" or "}".

The idea is removing from response these characters.

jeffdapaz commented 1 year ago

Implemented the "removal".

Will be on next release.