Jefferson Pires
Jefferson Pires
Hi, Start from version 1.9, the property from ChatMessage class was modified from "string Content" to "IList ContentItems", but this change was introduced some bugs. Looking on [OpenAI API Reference](https://platform.openai.com/docs/api-reference/chat/create?lang=curl),...
Hello, First I would like to congratulate you for your work! This library encouraged me to create the [Visual chatGPT Studio extension](https://marketplace.visualstudio.com/items?itemName=jefferson-pires.VisualChatGPTStudio) that uses this library to communicate with OpenAI....
The idea is to add a new command to the Exception Unhandled window so that a request can be made to the OpenAI API requesting details of the exception and...
The ideia is enter the prompt within the Editor similar to code snippet flow. Then select output from ChatGPT for statement completion, or modify prompt to regenerate response (using same...
After adding highlighting to the text editors, I implemented the dark theme in the editor boxes following the VS theme, but the text colors didn't show up very well in...