Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 981 Bytes

README.md

File metadata and controls

35 lines (18 loc) · 981 Bytes

automation README

This is the README for the extension "automation".

Features

Can call the command "Handle User Input" to send and receive a response from gpt-3.5-turbo model from OpenAI

Requirements

Write a .env file containing the keys found in the .example.env file

Extension Settings

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.

Known Issues

Calling out known issues can help limit users opening duplicate issues against your extension.

Release Notes

Users appreciate release notes as you update your extension.

Following extension guidelines

Ensure that you've read through the extensions guidelines and follow the best practices for creating your extension.