This is the README for the extension "automation".
Can call the command "Handle User Input" to send and receive a response from gpt-3.5-turbo
model from OpenAI
Write a .env
file containing the keys found in the .example.env
file
Include if your extension adds any VS Code settings through the contributes.configuration
extension point.
For example:
This extension contributes the following settings:
automation.enable
: Enable/disable this extension.
Calling out known issues can help limit users opening duplicate issues against your extension.
Users appreciate release notes as you update your extension.
Ensure that you've read through the extensions guidelines and follow the best practices for creating your extension.